Skip to content

Commit 2e9afac

Browse files
fix
1 parent 2005279 commit 2e9afac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/premerge_advisor_explain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def main(
8686
":white_check_mark: With the latest revision this PR passed "
8787
"the premerge checks.",
8888
)
89-
if comment["id"]:
89+
if "id" in comment:
9090
json.dump([comment], comment_file_handle)
9191
junit_objects, ninja_logs = generate_test_report_lib.load_info_from_files(
9292
build_log_files

0 commit comments

Comments
 (0)