mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
@@ -34,7 +34,7 @@ def build_osmtools(path, output=subprocess.DEVNULL, error=subprocess.DEVNULL):
|
|||||||
if c.wait() != os.EX_OK:
|
if c.wait() != os.EX_OK:
|
||||||
messages.append(f"The launch of {' '.join(c.args)} failed.")
|
messages.append(f"The launch of {' '.join(c.args)} failed.")
|
||||||
if messages:
|
if messages:
|
||||||
raise BadExitStatusError("\n".split(messages))
|
raise BadExitStatusError("\n".join(messages))
|
||||||
|
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user