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
bob
bob.devtools
Commits
3b2ae353
Commit
3b2ae353
authored
Feb 14, 2019
by
André Anjos
💬
Browse files
[scripts][ci] Fix minor print typo
parent
19bfead3
Pipeline
#26962
passed with stages
in 9 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/scripts/ci.py
View file @
3b2ae353
...
...
@@ -364,7 +364,7 @@ def base_build(order, python, dry_run):
for
order
,
(
pyver
,
recipe
)
in
enumerate
(
recipes
):
click
.
echo
(
'
\n
'
+
(
80
*
'='
))
pytext
=
'for python-%s'
%
pyver
if
pyver
is
not
None
else
''
pytext
=
'for python-%s
'
%
pyver
if
pyver
is
not
None
else
''
click
.
echo
(
'Building "%s" %s(%d/%d)'
%
\
(
recipe
,
pytext
,
order
+
1
,
len
(
recipes
)))
click
.
echo
((
80
*
'='
)
+
'
\n
'
)
...
...
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