fix log file path
This commit is contained in:
parent
c3c5e68b1f
commit
71e97426e9
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ if os.name == 'nt':
|
|||
_file = None
|
||||
_error = None
|
||||
def write(self, text):
|
||||
fname=os.path.join(common.configpaths.gajimpaths.root,
|
||||
fname=os.path.join(common.configpaths.gajimpaths.cache_root,
|
||||
os.path.split(sys.executable)[1]+'.log')
|
||||
if self._file is None and self._error is None:
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue