Update installer.py
This commit is contained in:
parent
0d691fc487
commit
0c1139ffaf
|
|
@ -24,7 +24,7 @@ class InstallationFile:
|
|||
return self
|
||||
|
||||
def __exit__(self):
|
||||
self.installation.chown(owner, self.filename)
|
||||
self.installation.chown(self.owner, self.filename)
|
||||
|
||||
class Installer:
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue