Skip to content

Commit fd457d5

Browse files
committed
VirtualFileSystem is closed automatically on context close
1 parent aee056c commit fd457d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

graalpython/lib-graalpython/modules/standalone/resources/Py2BinLauncher.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ public static void main(String[] args) throws IOException {
101101
throw e;
102102
}
103103
}
104-
} finally {
105-
vfs.close();
106104
}
107105
}
108106

0 commit comments

Comments
 (0)