Get some things working for pyinstaller

This commit is contained in:
blitzmann
2017-11-12 00:06:03 -05:00
parent 0cc646bab9
commit 266398b1de
7 changed files with 130 additions and 8 deletions

View File

@@ -184,6 +184,7 @@ parser.add_option("-l", "--logginglevel", action="store", dest="logginglevel", h
if __name__ == "__main__":
# Configure paths
print ('starting')
if options.rootsavedata is True:
config.saveInRoot = True