Skip to content

Commit 2c7fc1c

Browse files
committed
update helper function
1 parent 9576ac4 commit 2c7fc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_debugger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ def _get_rule_evaluation_statuses(job_description):
645645
return debug_rule_eval_statuses + profiler_rule_eval_statuses
646646

647647

648-
def _get_custom_rule(session, actions):
648+
def _get_custom_rule(session, actions=None):
649649
script_path = os.path.join(DATA_DIR, "mxnet_mnist", "my_custom_rule.py")
650650

651651
return Rule.custom(

0 commit comments

Comments
 (0)