Skip to content

Commit

Permalink
Merge pull request #439 from tstoeter/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore authored Dec 12, 2024
2 parents f5e39f0 + e48ace2 commit 7da917a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omero/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ def execute(self, line, previous_args):
self.isdebug = 0
debug_opts.remove("0")

for x in range(1, 9):
for x in range(1, 10):
if str(x) in debug_opts:
self.isdebug = x
debug_opts.remove(str(x))
Expand Down

0 comments on commit 7da917a

Please sign in to comment.