mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
removed unnecessary finally statement
This commit is contained in:
parent
683468c563
commit
bb9a16100a
1 changed files with 1 additions and 2 deletions
|
|
@ -205,9 +205,8 @@ class AbstractTemplateLoader:
|
|||
raise KeyError(
|
||||
"Could not solve key '{}' in template path '{}'".format(
|
||||
missing_key, path))
|
||||
finally:
|
||||
solved_path = os.path.normpath(solved_path)
|
||||
|
||||
solved_path = os.path.normpath(solved_path)
|
||||
if not os.path.exists(solved_path):
|
||||
raise TemplateNotFound(
|
||||
"Template found in openPype settings for task '{}' with host "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue