Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hackinscience
hkis-exercises
Commits
619c6af3
Verified
Commit
619c6af3
authored
Apr 13, 2022
by
Julien Palard
Browse files
calculator1: Fix bot error.
parent
e6504a0d
Pipeline
#501706
passed with stages
in 1 minute and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
exercises/calculator1/check.py
View file @
619c6af3
...
...
@@ -53,7 +53,7 @@ def test_program(argv, expect):
gettext
(
"I called your program with: `{argv}` "
"so I expected a usage line, but got:"
).
format
(
" "
.
join
(
argv
)),
).
format
(
argv
=
" "
.
join
(
argv
)),
ch
.
code
(
got
)
if
"## "
not
in
got
else
got
,
)
return
...
...
Write
Preview
Supports
Markdown
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