Skip to content

Commit

Permalink
Make ArgumentParser global
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehvogel committed Jul 28, 2023
1 parent e1ef940 commit 9696f7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k4FWCore/scripts/k4run
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ FILTER_GAUDI_PROPS = [ "ContextService", "Cardinality", "Context", "CounterList"

seen_files = set()
option_db = {}
parser = None


# There is no way of knowing if parse_known_args() or parse_args() was called
Expand Down

0 comments on commit 9696f7b

Please sign in to comment.