Don't create socializer.exe.log, save log errors to log file instead. Closes #27
This commit is contained in:
		| @@ -4,6 +4,7 @@ | ||||
|  | ||||
| * Added experimental support to "subscribers" buffer, inside frienship requests. This shows friend requests that have been declined by the current user. | ||||
| * Fixed an error in Socializer that was making it unable to detect unread messages properly. | ||||
| * Socializer should save all tracebacks directly to error.log instead of displaying an error message during exit. ([#27,](https://code.manuelcortez.net/manuelcortez/socializer/issues/27)) | ||||
|  | ||||
| ## Changes in version 0.18 (21.01.2019) | ||||
|  | ||||
|   | ||||
| @@ -14,7 +14,8 @@ import output | ||||
| import logging | ||||
| import keys | ||||
| import application | ||||
| #sys.excepthook = lambda x, y, z: logging.critical(''.join(traceback.format_exception(x, y, z))) | ||||
| if hasattr(sys, "frozen"): | ||||
| 	sys.excepthook = lambda x, y, z: logging.critical(''.join(traceback.format_exception(x, y, z))) | ||||
| from mysc.thread_utils import call_threaded | ||||
| from wxUI import commonMessages | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user