Skip to content

Commit 86df0c9

Browse files
authored
Update run.py
1 parent cb3f9f2 commit 86df0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/mfc/run/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def __execute_job_script(qsystem: queues.QueueSystem):
135135
raise MFCException(f"Submitting batch file for {qsystem.name} failed. It can be found here: {__job_script_filepath()}. Please check the file for errors.")
136136

137137

138-
@hunter.wrap(local=True)
138+
# @hunter.wrap(local=True)
139139
def run(targets = None, case = None):
140140
targets = get_targets(list(REQUIRED_TARGETS) + (targets or ARG("targets")))
141141
case = case or input.load(ARG("input"), ARG("--"))

0 commit comments

Comments
 (0)