-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Could you tell me what is not working here, this is the error message :
Traceback (most recent call last): File "./compile.py", line 78, in <module> main() File "./compile.py", line 73, in main contract = format_contract(contract_json_string, contract_file_name) File "./compile.py", line 16, in format_contract contract = json.loads(contract) File "/usr/lib/python2.7/json/__init__.py", line 339, in loads return _default_decoder.decode(s) File "/usr/lib/python2.7/json/decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded
Thank you!
Metadata
Metadata
Assignees
Labels
No labels