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
synnefo
Commits
b8e25577
Commit
b8e25577
authored
Sep 16, 2013
by
Ilias Tsitsimpis
Committed by
Christos Stavrakakis
Sep 24, 2013
Browse files
snf-burnin: Add a missing `return'
parent
95b3b697
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-tools/synnefo_tools/burnin.py
View file @
b8e25577
...
...
@@ -2241,9 +2241,9 @@ def main():
# Run each test
if opts.fanout > 1:
_run_cases_in_parallel(seq_cases, opts.fanout, image_folder)
return
_run_cases_in_parallel(seq_cases, opts.fanout, image_folder)
else:
_run_cases_in_series(seq_cases, image_folder)
return
_run_cases_in_series(seq_cases, image_folder)
# --------------------------------------------------------------------
...
...
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