pull/258/merge
i-am-very-smart 2 weeks ago committed by GitHub
commit fb9ad243aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -40,7 +40,7 @@ def run(args: list, env: Optional[str] = None, ignore: Optional[str] = None):
)
# print(result.stdout.decode())
if result.stderr:
if result.returncode != 0 and result.stderr:
error = result.stderr.decode("utf-8")
if ignore and re.match(ignore, error):
return result

Loading…
Cancel
Save