Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsadhwani committed May 19, 2024
1 parent 6e6d46d commit 1a740ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/packaged/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ def create_package(
continue

shebang_command = file.readline()
print(f"{filepath = } {shebang_command = }")
rest_of_file = file.read()
contents = shebang_command + rest_of_file
print(f"{filepath = } contents=>{contents}***")

print(f"{packaged_python_path = }")
if not shebang_command.startswith(packaged_python_path.encode()):
Expand Down

0 comments on commit 1a740ea

Please sign in to comment.