Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
4rnaudB committed Mar 4, 2024
1 parent 8718b6a commit a51b064
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ def get_argument(self, checkboxes):
if checkbox.GetValue():
label = checkbox.GetLabel()
args += option_values[label] + ','
if args == "":
return "-1"

return args[:-1]

def get_command(self):
Expand Down

0 comments on commit a51b064

Please sign in to comment.