Fix config file, clean up pyfa.py

This commit is contained in:
blitzmann
2015-08-21 16:48:07 -04:00
parent def20311a8
commit d909e8adc4
2 changed files with 21 additions and 25 deletions

View File

@@ -106,9 +106,11 @@ def defPaths():
sl = StreamToLogger(stdout_logger, logging.INFO)
sys.stdout = sl
stderr_logger = logging.getLogger('STDERR')
sl = StreamToLogger(stderr_logger, logging.ERROR)
sys.stderr = sl
# This interferes with cx_Freeze's own handling of exceptions. Find a way to fix this.
#stderr_logger = logging.getLogger('STDERR')
#sl = StreamToLogger(stderr_logger, logging.ERROR)
#sys.stderr = sl
# Static EVE Data from the staticdata repository, should be in the staticdata
# directory in our pyfa directory