Skip to content

Commit

Permalink
Changed |not "action" in| to |"action" not in|
Browse files Browse the repository at this point in the history
  • Loading branch information
ewongbb committed Oct 21, 2013
1 parent 34885aa commit 7cd5e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/changes/svnpoller.py
Expand Up @@ -366,7 +366,7 @@ def create_changes(self, new_logentries):
else:
branches[branch]['files'].append(filename)

if not "action" in branches[branch]:
if "action" not in branches[branch]:
branches[branch]['action'] = action

for key in ("repository", "project", "codebase"):
Expand Down

0 comments on commit 7cd5e14

Please sign in to comment.