8000 tests/extmod/vfs_fat_finaliser.py: Add blank line. · micropython/micropython@04f11b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 04f11b0

Browse files
committed
tests/extmod/vfs_fat_finaliser.py: Add blank line.
Signed-off-by: Damien George <damien@micropython.org>
1 parent 5555f14 commit 04f11b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/extmod/vfs_fat_finaliser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def ioctl(self, op, arg):
7070
f.write(n)
7171
f = None # release f without closing
7272
[0, 1, 2, 3] # use up Python stack so f is really gone
73+
7374
gc.collect() # should finalise all N files by closing them
7475
for i in range(N):
7576
with vfs.open("x%d" % i, "r") as f:

0 commit comments

Comments
 (0)
0