Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
kamaki
Commits
b3bb083f
Commit
b3bb083f
authored
Apr 05, 2013
by
Stavros Sachtouris
Browse files
DISABLE config log options in interactive shell
to avoid kamaki failures due to logging problems
parent
5fdccdec
Changes
1
Hide whitespace changes
Inline
Side-by-side
kamaki/cli/commands/__init__.py
View file @
b3bb083f
...
...
@@ -50,10 +50,12 @@ class _command_init(object):
pass
def
_update_low_level_log
(
self
):
if
hasattr
(
self
,
'client'
)
:
try
:
self
.
client
.
LOG_TOKEN
,
self
.
client
.
LOG_DATA
=
(
self
[
'config'
].
get
(
'global'
,
'log_token'
)
==
'on'
,
self
[
'config'
].
get
(
'global'
,
'log_data'
)
==
'on'
)
except
:
pass
def
_safe_progress_bar
(
self
,
msg
,
arg
=
'progress_bar'
):
"""Try to get a progress bar, but do not raise errors"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment