Skip to content

Commit

Permalink
fixed concat
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 23, 2024
1 parent 222b306 commit 65c9a19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/slurm/arrayexecutor.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ def execute_batch(
run.result_files_folder,
os.path.join(tempdir, str(i)),
run,
benchmark.result_files_patterns + "*witness*", # e.g., deagle uses mismatched naming
benchmark.result_files_patterns
+ ["*witness*"], # e.g., deagle uses mismatched naming
)
)
output_handler.output_after_run(run)
Expand Down

0 comments on commit 65c9a19

Please sign in to comment.