Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesvink committed Sep 6, 2022
1 parent cbe436c commit ac2ce12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tk_multi_deadlinereviewsubmission/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def __get_submission_parameters(
plugin_info["PublishID"] = publish_id
plugin_info["FirstFrame"] = first_frame
plugin_info["LastFrame"] = last_frame
plugin_info["SequenceFile"] = sequence_path
plugin_info["SequencePath"] = sequence_path
plugin_info["SlatePath"] = slate_path
plugin_info["FPS"] = fps
plugin_info["Company"] = company
Expand Down

0 comments on commit ac2ce12

Please sign in to comment.