Skip to content

Commit 309bf16

Browse files
committed
devtools: Fix a syntax error typo
Fix a typo introduced in #9880 causing the script to not even parse.
1 parent 00c13ea commit 309bf16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/devtools/github-merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def main():
209209
exit(4)
210210

211211
symlink_files = get_symlink_files()
212-
for f in symlink_files;
212+
for f in symlink_files:
213213
print("ERROR: File %s was a symlink" % f)
214214
if len(symlink_files) > 0:
215215
exit(4)

0 commit comments

Comments
 (0)