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
west-public
West
Commits
c42f6c2d
Commit
c42f6c2d
authored
Sep 30, 2019
by
Marco Govoni
Browse files
Changed style of printing
parent
34f59a07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Pytools/west_fetch_input.py
View file @
c42f6c2d
...
...
@@ -185,7 +185,7 @@ def print_dict(title="input_west", data={}) :
print
(
s
+
"I/O Summary : "
+
str
(
title
))
print_bar
(
s
,
nmarks
)
for
key
in
data
.
keys
()
:
print
(
s
+
key
,
"
=
"
,
data
[
key
])
print
(
s
+
key
,
"
:
"
,
data
[
key
])
print_bar
(
s
,
nmarks
)
sys
.
stdout
.
flush
()
...
...
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