Skip to content

Bootstrap script should be a separate file for compatability with other executables #25

@heyakyra

Description

@heyakyra

https://github.com/twisted/ampoule/blob/master/ampoule/main.py#L107

The bootsrap script is a string that gets passed as a command to sys.executable with the -c option which presumes that this is being run by python.

https://github.com/twisted/ampoule/blob/master/ampoule/main.py#L282

As a script file is more generic and likely to be accepted as the main argument to whatever executable is running, that should be used instead.

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