Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Removed the change just to see if Travis is fooling me (again 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
julioasoto committed Apr 14, 2020
1 parent 239b70d commit f97d80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autover/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def run_cmd(args, cwd=None):
cwd=cwd)
output, error = (str(s.decode()).strip() for s in proc.communicate())

if proc.returncode != 0:
if (proc.returncode != 0):
raise Exception(proc.returncode, error)
return output

Expand Down

0 comments on commit f97d80b

Please sign in to comment.