Skip to content

Commit

Permalink
add more haifa gis workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Aug 5, 2024
1 parent b4031b7 commit e4575a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/bin/get_dgp_operator_call.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def main(values_path, *args):
kwargs = {}
for arg in args:
if arg.startswith('--') and '=' in arg:
arg.replace('--', '')
arg = arg.replace('--', '')
key, value = arg.split('=')
kwargs[key] = value
exec_ = '--exec' in args
Expand Down

0 comments on commit e4575a9

Please sign in to comment.