Browse Source

code comment

master
Nils 3 years ago
parent
commit
09846562ab
  1. 2
      engine/main.py

2
engine/main.py

@ -256,7 +256,7 @@ class Library(object):
except KeyError: #file not found
imageAsBytes = None
"""
else: #TODO: This is permanently deactivated. Could be used in the future to load an extracted-to-cache version of the ini file. But speedup is only marginal.
else: #TODO: This is permanently deactivated. Could be used in the future to load an extracted-to-cache version of the ini file. Speedup is significant, but the files get inconvenienet to download
iniName = str(tarFilePath)[:-4] + ".ini"
self.config = configparser.ConfigParser()
self.config.read(iniName)

Loading…
Cancel
Save