Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samwaseda committed Jul 19, 2024
1 parent a5c1868 commit 1f13d13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyiron_base/project/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1977,8 +1977,7 @@ def pack(
destination_path_abs = os.path.abspath(destination_path)
if ".tar.gz" in destination_path_abs:
destination_path_abs = destination_path_abs.split(".tar.gz")[0]
if not compressed:
compressed = True
compress = True
directory_to_transfer = os.path.dirname(self.path)
csv_file_path = os.path.join(
os.path.dirname(destination_path_abs), csv_file_name
Expand Down

0 comments on commit 1f13d13

Please sign in to comment.