mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #44 from pypeclub/bugfix/deprecated_app_attribute
Fix Application attribute
This commit is contained in:
commit
3152d9fc71
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class ApplictionExecutableNotFound(Exception):
|
||||||
for executable in application.executables:
|
for executable in application.executables:
|
||||||
details += "\n- " + executable.executable_path
|
details += "\n- " + executable.executable_path
|
||||||
|
|
||||||
self.msg = msg.format(application.full_label, application.app_name)
|
self.msg = msg.format(application.full_label, application.name)
|
||||||
self.details = details
|
self.details = details
|
||||||
|
|
||||||
exc_mgs = str(self.msg)
|
exc_mgs = str(self.msg)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue