This commit is contained in:
labuzm
2019-01-20 01:13:22 +01:00
parent a7c8dc9ec8
commit 5f6d3e3d3d

View File

@ -57,6 +57,6 @@ class IrisSystemThread(Thread):
# Some kind of failure, so we can't run any commands this way
if exitCode > 0:
raise Exception("Password-less access to "+path+"/system.sh was refused. Check your /etc/sudoers file.")
raise Exception("Password-less access to "+self.path+"/system.sh was refused. Check your /etc/sudoers file.")
else:
return True