Skip to content

program exits early when running solc --help #88

@0xalpharush

Description

@0xalpharush

Running solc --help causes subprocess to raise subprocess.CalledProcessError because check=True is passed. We either need to check whether the first arg is --help or remove check=True so that one can run solc --help.

[str(path)] + sys.argv[1:], stdout=subprocess.PIPE, stdin=None, check=True

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions