Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VIGNET Pierre
cadbiom
Commits
ddca545f
Commit
ddca545f
authored
Nov 11, 2019
by
VIGNET Pierre
Browse files
[cmd] Fix search limit increment
parent
0689842b
Changes
1
Hide whitespace changes
Inline
Side-by-side
command_line/cadbiom_cmd/solution_search.py
View file @
ddca545f
...
@@ -208,7 +208,7 @@ def main2(chart_file, mac_file, mac_step_file, mac_complete_file, mac_strong_fil
...
@@ -208,7 +208,7 @@ def main2(chart_file, mac_file, mac_step_file, mac_complete_file, mac_strong_fil
# EXIT
# EXIT
i
+=
1
i
+=
1
if
i
>
=
limit
:
if
i
>
limit
:
LOGGER
.
info
(
"%s:: Reaching the limitation of the number of solutions!"
,
LOGGER
.
info
(
"%s:: Reaching the limitation of the number of solutions!"
,
final_prop
)
final_prop
)
return
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