mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Merge pull request #37016 from wuxiaobai24/fix_labels_check_ouput
fix output error in LabelsCheck
This commit is contained in:
commit
5bacfa2bae
@ -220,7 +220,7 @@ class PRInfo:
|
||||
else:
|
||||
diff_object = PatchSet(response.text)
|
||||
self.changed_files = {f.path for f in diff_object}
|
||||
print("Fetched info about %d changed files", len(self.changed_files))
|
||||
print("Fetched info about %d changed files" % len(self.changed_files))
|
||||
|
||||
def get_dict(self):
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user