Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsadhwani committed May 9, 2024
1 parent 4e4429b commit 0620d67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/packaged/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ def create_package(
source_directory: str, output_file: str, build_command: str, startup_command: str
) -> None:
"""Create the makeself executable, with the startup script in it."""
package_name = os.path.basename(source_directory)

packaged_python_path = os.path.join(source_directory, ".packaged_python")
if os.path.exists(packaged_python_path):
shutil.rmtree(packaged_python_path)
Expand Down

0 comments on commit 0620d67

Please sign in to comment.