Skip to content

Commit

Permalink
Merge branch 'mainline' into pappeste/no_output_folder
Browse files Browse the repository at this point in the history
  • Loading branch information
amznestebanpapp committed Sep 8, 2023
2 parents 92a099d + aeb5162 commit 3ce2481
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def _run_job_bundle_output_test(test_dir: str, dcc_scene_file: str, report_fh, m
"create_job_history_bundle_dir",
return_value=temp_job_bundle_dir,
), mock.patch.object(submit_job_to_deadline_dialog, "QMessageBox"), mock.patch.object(
os, "startfile"
os, "startfile", create=True # only exists on win. Just create to avoid AttributeError
):
submitter.on_save_bundle()
QApplication.processEvents()
Expand Down

0 comments on commit 3ce2481

Please sign in to comment.