File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -631,7 +631,8 @@ def _run_solcs_path(
631
631
632
632
if not targets_json :
633
633
raise InvalidCompilation (
634
- "Invalid solc compilation, none of the solc versions provided worked:\n " + "\n " .join (compilation_errors )
634
+ "Invalid solc compilation, none of the solc versions provided worked:\n "
635
+ + "\n " .join (compilation_errors )
635
636
)
636
637
637
638
return targets_json
@@ -718,7 +719,8 @@ def _run_solcs_env(
718
719
719
720
if not targets_json :
720
721
raise InvalidCompilation (
721
- "Invalid solc compilation, none of the solc versions provided worked:\n " + "\n " .join (compilation_errors )
722
+ "Invalid solc compilation, none of the solc versions provided worked:\n "
723
+ + "\n " .join (compilation_errors )
722
724
)
723
725
724
726
return targets_json
You can’t perform that action at this time.
0 commit comments