Fixed an error caused by the VASL .vmod not loading properly.

master
Pacman Ghost 2 years ago
parent 5d425f2ded
commit 7a0c4044e4
  1. 1
      vasl_templates/webapp/vasl_mod.py

@ -178,6 +178,7 @@ class VaslMod:
# clean up
# NOTE: We keep our module and extension ZIP files open for the duration (so we can
# read images out of them on demand), so we need to make sure we close them here.
if hasattr( self, "_files" ):
for f in self._files:
f[0].close()

Loading…
Cancel
Save