Skip to content

Commit 9518ea6

Browse files
authored
Merge pull request codecov#240 from codecov/2020
2.0.20
2 parents 51e421e + 47c8206 commit 9518ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codecov/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def try_to_run(cmd, shell=False, cwd=None):
182182
try:
183183
return check_output(cmd, shell=shell, cwd=cwd)
184184
except Exception as e:
185-
write(' Error running `%s`: %s' % (cmd, e.output or str(e)))
185+
write(' Error running `%s`: %s' % (cmd, e or str(e)))
186186
return None
187187

188188

0 commit comments

Comments
 (0)