rilascio per versione 1.42

This commit is contained in:
Emanuele
2020-10-23 21:23:41 +02:00
parent b97b9f9855
commit 977feb6722
6 changed files with 20 additions and 10 deletions

View File

@@ -622,8 +622,9 @@ if __name__ == '__main__':
sys.excepthook = except_hook
try:
print(f"Running directory {os.environ['WORKSPACELOC']}")
print(f"Pythonpath: {os.environ['PYTHONPATH']}")
#print(f"Running directory {os.environ['WORKSPACELOC']}")
#print(f"Pythonpath: {os.environ['PYTHONPATH']}")
print("LAUNCHDIR:", os.getcwd())
LOGGER = fancyLogger(filepath=r"./conf/loggerconf.json", fileLog=False)
conf = bananaCONF(workdir=r"./conf", logger=LOGGER)
conf.open()