fix attribute name

This commit is contained in:
iLLiCiTiT 2021-04-01 23:04:40 +02:00
parent 850db64347
commit d7562637fd

View file

@ -72,7 +72,7 @@ class ApplictionExecutableNotFound(Exception):
for executable in application.executables:
details += "\n- " + executable.executable_path
self.msg = msg.format(application.full_label, application.app_name)
self.msg = msg.format(application.full_label, application.full_name)
self.details = details
exc_mgs = str(self.msg)