Update installer.py

This commit is contained in:
Anton Hvornum 2021-11-06 09:42:54 +01:00 committed by GitHub
parent 0d691fc487
commit 0c1139ffaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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:
"""