Skip to content

Commit

Permalink
Removed redundant "change" qualifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkistanova committed Sep 11, 2024
1 parent c007b21 commit 4d97740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zorg/buildbot/changes/llvmgitpoller.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def _process_changes(self, newRev, branch):
if self.cleanRe.search(comments) or \
any([m for f in where_project_files for m in [self.cleanCfg.search(f)] if m]):
log.msg("LLVMPoller: creating a change with the 'clean_obj' property for r%s" % rev)
properties['clean_obj'] = (True, "change")
properties['clean_obj'] = True

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

0 comments on commit 4d97740

Please sign in to comment.