-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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.
dota17 and cdunn2001
Metadata
Metadata
Assignees
Labels
No labels