Skip to content

Commit

Permalink
remove spinner.stop() from finally block
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsadhwani committed Nov 28, 2024
1 parent 8242749 commit 3ff5e60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/packaged/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ def create_package(
print(f"Package {output_path!r} built successfully!")

finally:
spinner.stop()
# Cleanup the packaged python and startup script from source directory
if os.path.exists(startup_script_path):
os.remove(startup_script_path)
Expand Down

0 comments on commit 3ff5e60

Please sign in to comment.