Skip to content

amalgamate.py on windows (fix) #1129

Closed
Closed
@TheMaverickProgrammer

Description

@TheMaverickProgrammer

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.

Read more

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions