Skip to content

Commit

Permalink
BUG: sclistorg option "--ev-type" doesn't properly work
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-s authored Feb 8, 2024
1 parent 067b61a commit 967e806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sclistorg/sclistorg.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def init(self):
pass

try:
self.evtypes = self.commandline().optionString("ev-type")
self.evtypes = self.commandline().optionString("ev-type").split(',')
except BaseException:
self.evtypes = None
try:
Expand Down

0 comments on commit 967e806

Please sign in to comment.