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
The reason is that _parse_compiler_output() unconditionally expects sources to be in the solc output json which isn't the case when ast isn't included.
Cute Animal Picture
The text was updated successfully, but these errors were encountered:
py-solc
Version: 3.1.0What was wrong?
Calling
compile_source()
orcompile_files()
without includingast
in theoutput_values
parameter causes aKeyError
here:py-solc/solc/main.py
Line 69 in d0a9efa
The reason is that
_parse_compiler_output()
unconditionally expectssources
to be in thesolc
output json which isn't the case whenast
isn't included.Cute Animal Picture
The text was updated successfully, but these errors were encountered: