mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-07 18:51:34 +03:00
Correct bug on default log file
This commit is contained in:
parent
aa9845d985
commit
97cf297ad9
@ -79,6 +79,7 @@ def tempfile_name():
|
||||
ret = tempfile.mkstemp(prefix='glances', suffix='.tmp', text=True)
|
||||
print("Create a new log file: {}".format(ret[1]))
|
||||
return ret[1]
|
||||
return ret
|
||||
|
||||
|
||||
def glances_logger():
|
||||
|
Loading…
Reference in New Issue
Block a user