Skip to content

Commit

Permalink
Merge pull request #44 from ynput/bugfix/linux-auto-update-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antirotor authored Aug 24, 2023
2 parents f4bd51e + 4cc76e1 commit 77f1d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/ayon_common/distribution/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ def _install_linux(self, filepath):
os.makedirs(install_root)

try:
extract_archive_file(filepath, destination_path=install_root)
extract_archive_file(filepath, install_root)
except Exception as e:
self.log.error(e)
raise InstallerDistributionError(
Expand Down

0 comments on commit 77f1d6c

Please sign in to comment.