mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Remove redundant openProject
This commit is contained in:
parent
8e4fe3bdde
commit
e3619120ff
1 changed files with 0 additions and 3 deletions
|
|
@ -51,9 +51,6 @@ def open_file(filepath):
|
|||
|
||||
project = hiero.core.projects()[-1]
|
||||
|
||||
# open project file
|
||||
hiero.core.openProject(filepath.replace(os.path.sep, "/"))
|
||||
|
||||
# Close previous project if its different to the current project.
|
||||
if project.path() != filepath:
|
||||
# open project file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue