mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
devtools: Fix a syntax error typo
Fix a typo introduced in #9880 causing the script to not even parse.
This commit is contained in:
parent
00c13ea637
commit
309bf16257
@ -209,7 +209,7 @@ def main():
|
||||
exit(4)
|
||||
|
||||
symlink_files = get_symlink_files()
|
||||
for f in symlink_files;
|
||||
for f in symlink_files:
|
||||
print("ERROR: File %s was a symlink" % f)
|
||||
if len(symlink_files) > 0:
|
||||
exit(4)
|
||||
|
Loading…
Reference in New Issue
Block a user