From 4d977403933d5506517367ba2c32cb52fde3af73 Mon Sep 17 00:00:00 2001 From: Galina Kistanova Date: Tue, 10 Sep 2024 15:28:17 -0700 Subject: [PATCH] Removed redundant "change" qualifier. --- zorg/buildbot/changes/llvmgitpoller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zorg/buildbot/changes/llvmgitpoller.py b/zorg/buildbot/changes/llvmgitpoller.py index 0dc54baf1..b65a66099 100644 --- a/zorg/buildbot/changes/llvmgitpoller.py +++ b/zorg/buildbot/changes/llvmgitpoller.py @@ -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" % \