-
Notifications
You must be signed in to change notification settings - Fork 249
Open
Description
py-solc
Version: 3.1.0
What was wrong?
Calling compile_source()
or compile_files()
without including ast
in the output_values
parameter causes a KeyError
here:
Line 69 in d0a9efa
sources = output['sources'] |
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
Metadata
Metadata
Assignees
Labels
No labels