Skip to content

Commit 005c9cc

Browse files
pastapasta
authored andcommitted
fix: resolve lint failures in test/functional/feature_filelock.py
- Fix shebang line (remove backslash escape) - Remove stray 'EOF < /dev/null' at end of file Resolves lint validation issues while preserving Bitcoin intent from bitcoin#28946.
1 parent 54de20b commit 005c9cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/functional/feature_filelock.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#\!/usr/bin/env python3
1+
#!/usr/bin/env python3
22
# Copyright (c) 2018-2020 The Bitcoin Core developers
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
@@ -53,4 +53,3 @@ def check_wallet_filelock(descriptors):
5353

5454
if __name__ == '__main__':
5555
FilelockTest().main()
56-
EOF < /dev/null

0 commit comments

Comments
 (0)