Merge pull request #2309 from pypeclub/feature/OP-2055_Extract-review-always-logged-as-warning

This commit is contained in:
Jakub Ježek 2021-11-25 16:31:19 +01:00 committed by GitHub
commit aaca2400a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,7 @@ def run_subprocess(*args, **kwargs):
if full_output:
full_output += "\n"
full_output += _stderr
logger.warning(_stderr)
logger.info(_stderr)
if proc.returncode != 0:
exc_msg = "Executing arguments was not successful: \"{}\"".format(args)