Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile_files return error when calling with --output-dir=<path> param #69

Open
jualy007 opened this issue Mar 19, 2019 · 0 comments
Open

Comments

@jualy007
Copy link

jualy007 commented Mar 19, 2019

  • py-solc Version: 3.2.0
  • solc Version: 0.4.21
  • Python Version: 3.6.5
  • OS: linux

When calling compile_files method with --output-dir= param:

stdoutdata, stderrdata, command, proc = solc_wrapper(**compiler_kwargs)

stdoutdata is None, then contracts = _parse_compiler_output(stdoutdata) will throw exception in code:
def _parse_compiler_output(stdoutdata):
output = json.loads(stdoutdata)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant