Skip to content

Commit 80a8477

Browse files
Merge pull request #3 from MikroElektronika/topic/indexing-update-install-paths
Printing updated
2 parents ca75620 + b3ab9ce commit 80a8477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/package_assets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def zip_directory(data):
1919
print(f"Starting to create archive {archive_name}...")
2020
with py7zr.SevenZipFile(archive_name, mode='w') as z:
2121
z.writeall(result_dir, f"legacy-{dirToZip.lower()}")
22-
print(f"Archive {archive_name} created successfully.")
22+
print(f"Archive {dirToZip}.7z created successfully.")
2323
return archive_name
2424

2525
def prepare_zip_data(dir):

0 commit comments

Comments
 (0)