Skip to content

Commit

Permalink
Merge pull request #3 from Solratic/2-solcix-compile-command-error
Browse files Browse the repository at this point in the history
Update solc.py
  • Loading branch information
alan890104 authored Apr 26, 2023
2 parents 144cbf9 + 11a000f commit 45d34bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solcix/compile/solc.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def _compile_combined_json(
solc_path = get_executable(solc_version)

if output_values is None:
combined_json = _get_combined_json_outputs(solc_path)
combined_json = _get_combined_json_outputs(solc_path).strip()
else:
combined_json = ",".join(output_values)

Expand Down

1 comment on commit 45d34bf

@eliasdiek
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alan890104 hey ,I'm looking for someone with your stack to work on our platform ,either as a freelancer or in a full time role . are you up for it ? contact me on telegram @eliasdiek or via email at eliasdiekk@gmail.com

Please sign in to comment.