mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +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:
|
else:
|
||||||
diff_object = PatchSet(response.text)
|
diff_object = PatchSet(response.text)
|
||||||
self.changed_files = {f.path for f in diff_object}
|
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):
|
def get_dict(self):
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user