Skip to content

Commit

Permalink
Merge pull request #3 from MikroElektronika/topic/indexing-update-ins…
Browse files Browse the repository at this point in the history
…tall-paths

Printing updated
  • Loading branch information
StrahinjaJacimovic authored Jul 10, 2024
2 parents ca75620 + b3ab9ce commit 80a8477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def zip_directory(data):
print(f"Starting to create archive {archive_name}...")
with py7zr.SevenZipFile(archive_name, mode='w') as z:
z.writeall(result_dir, f"legacy-{dirToZip.lower()}")
print(f"Archive {archive_name} created successfully.")
print(f"Archive {dirToZip}.7z created successfully.")
return archive_name

def prepare_zip_data(dir):
Expand Down

0 comments on commit 80a8477

Please sign in to comment.