Closed
Description
Describe the bug
py amalgamate.py
does not work on windows console
Expected behavior
print to console and execute the script
Desktop (please complete the following information):
- OS: Windows 10
Fix
The shebang (top line) is preventing windows from running the script correctly.
Take out the shebang on windows and run the command with
py amalgamate.py COMMAND_LINE_ARGUMENTS
The script will work as expected.
Metadata
Metadata
Assignees
Labels
No labels