Skip to content

Commit fa511cd

Browse files
[CI] Make premerge advisor log comments path
This is necessary to debug a problem where Windows comments are not being uploaded correctly. This should also make future debugging easier if a similar issue ever comes up again.
1 parent c9a3ab2 commit fa511cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/premerge_advisor_explain.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ def main(
132132
comments_file_name = f"comments-{platform.system()}-{platform.machine()}"
133133
with open(comments_file_name, "w") as comment_file_handle:
134134
json.dump(comments, comment_file_handle)
135+
print(f"Wrote comments to {comments_file_name}")
135136

136137

137138
if __name__ == "__main__":

0 commit comments

Comments
 (0)