Skip to content

Commit

Permalink
E225 missing whitespace around operator
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jan 8, 2019
1 parent 0b039af commit aaa3f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reporeleaser/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def release_description(self, last_release, version):
else:
description = BODY
commits = self.new_commits(last_release['tag_sha'])
if len(commits) -1 == 0:
if len(commits) - 1 == 0:
print("There is no new commits to release.")
return None
for commit in reversed(commits):
Expand Down

0 comments on commit aaa3f04

Please sign in to comment.