You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stdoutdata is None, then contracts = _parse_compiler_output(stdoutdata) will throw exception in code:
def _parse_compiler_output(stdoutdata):
output = json.loads(stdoutdata)
The text was updated successfully, but these errors were encountered:
py-solc
Version: 3.2.0solc
Version: 0.4.21When 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)
The text was updated successfully, but these errors were encountered: