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(
631631
632632 if not targets_json :
633633 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 )
635636 )
636637
637638 return targets_json
@@ -718,7 +719,8 @@ def _run_solcs_env(
718719
719720 if not targets_json :
720721 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 )
722724 )
723725
724726 return targets_json
You can’t perform that action at this time.
0 commit comments