Merge pull request #350 from labuzm/master

Fix typo
This commit is contained in:
James Barnsley
2019-02-07 21:22:34 +13:00
committed by GitHub

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