Skip to content

scripts not executable in python 2.7.1 #1

@johnemajor

Description

@johnemajor

FYI- all of the scripts fail to execute for me b/c this:

if name == "main":
main()

is defined above:

def main():

By moving the above if block to the end of the script, everything works fine....

J

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions