diff options
Diffstat (limited to 'tests/extmod/vfs_fat_fileio2.py')
-rw-r--r-- | tests/extmod/vfs_fat_fileio2.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/extmod/vfs_fat_fileio2.py b/tests/extmod/vfs_fat_fileio2.py index a9cea2bed..531dd91f9 100644 --- a/tests/extmod/vfs_fat_fileio2.py +++ b/tests/extmod/vfs_fat_fileio2.py @@ -112,3 +112,4 @@ try: f.write(bytearray(bsize * free)) except OSError as e: print("ENOSPC:", e.args[0] == 28) # uerrno.ENOSPC +f.close() |