Skip to content

Commit

Permalink
Renamed on_save_bundle() to on_export_bundle()
Browse files Browse the repository at this point in the history
Signed-off-by: Julie Langmann <69699954+jlangmann-aws@users.noreply.github.com>
  • Loading branch information
jlangmann-aws committed Sep 21, 2023
1 parent 7f80f70 commit 8e6038f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def _run_job_bundle_output_test(test_dir: str, dcc_scene_file: str, report_fh, m
), mock.patch.object(submit_job_to_deadline_dialog, "QMessageBox"), mock.patch.object(
os, "startfile", create=True # only exists on win. Just create to avoid AttributeError
):
submitter.on_save_bundle()
submitter.on_export_bundle()
QApplication.processEvents()

# Close the DCC scene file
Expand Down

0 comments on commit 8e6038f

Please sign in to comment.