mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Remove redundant if statement that didn't get reverted
This commit is contained in:
parent
065c6a092f
commit
c03f6ec0b1
1 changed files with 2 additions and 3 deletions
|
|
@ -39,6 +39,5 @@ class AddLastWorkfileToLaunchArgs(PreLaunchHook):
|
|||
self.log.info("Current context does not have any workfile yet.")
|
||||
return
|
||||
|
||||
if last_workfile:
|
||||
# Add path to workfile to arguments
|
||||
self.launch_context.launch_args.append(last_workfile)
|
||||
# Add path to workfile to arguments
|
||||
self.launch_context.launch_args.append(last_workfile)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue