Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
andyvorld committed Jan 16, 2024
1 parent cd787ae commit ca323ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def publish_profile(self, profile, zip_suffix):

print("\n---")
print(f"Zipping {profile} ...")
print(zipPath)
p = Process(target=create_zip, args=(zipPath, zipFolder))
p.start()
self.zip_threads.append(p)
Expand Down

0 comments on commit ca323ca

Please sign in to comment.