Skip to content

Commit 4d97740

Browse files
committed
Removed redundant "change" qualifier.
1 parent c007b21 commit 4d97740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/buildbot/changes/llvmgitpoller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def _process_changes(self, newRev, branch):
168168
if self.cleanRe.search(comments) or \
169169
any([m for f in where_project_files for m in [self.cleanCfg.search(f)] if m]):
170170
log.msg("LLVMPoller: creating a change with the 'clean_obj' property for r%s" % rev)
171-
properties['clean_obj'] = (True, "change")
171+
properties['clean_obj'] = True
172172

173173
log.msg("LLVMPoller: creating a change rev=%s" % rev)
174174
log.msg(" >>> branch=%s, revision=%s, timestamp=%s, author=%s, committer=%s, project=%s, files=%s, comments=\"%s\", properties=%s" % \

0 commit comments

Comments
 (0)