Skip to content

Commit

Permalink
param list
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmonteiro committed Aug 29, 2024
1 parent 1fc1312 commit 0373697
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def parse_args(argv):
["templateRepo=", "gitToken=", "tag=", "branch=",
"update_operator", "quiet", "report", "opMem=",
"templateFolder=", "hidden_columns", \
"printReport", \
"serviceUri=", "user=", "passw=", "token=",
"tolerance=", "toleranceType=", "taskId=" ]
)
Expand All @@ -43,7 +44,7 @@ def parse_args(argv):
params["hidden_columns"] = False
params["print_log"] = False

params["exclude_columns"] = []


params["templateFolder"] = "workflow_tests" #None

Expand Down

0 comments on commit 0373697

Please sign in to comment.