Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xin Wang
codes-dev
Commits
5f8039a1
Commit
5f8039a1
authored
Mar 27, 2014
by
Jonathan Jenkins
Browse files
tweak to configurator log output
parent
e3022cb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/codes_configurator.py
View file @
5f8039a1
...
...
@@ -78,10 +78,7 @@ def main():
# print the configuration to the log
flog
.
write
(
str
(
ct
))
for
l
in
labels
:
if
isinstance
(
replace_map
[
l
],
str
):
flog
.
write
(
' "'
+
replace_map
[
l
]
+
'"'
)
else
:
flog
.
write
(
" "
+
str
(
replace_map
[
l
]))
flog
.
write
(
' '
+
str
(
replace_map
[
l
]))
else
:
flog
.
write
(
'
\n
'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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