mirror of
https://github.com/lutris/lutris
synced 2024-11-02 08:20:51 +00:00
Disable file log for lutris-wrapper
This commit is contained in:
parent
b611e774c2
commit
9bdc29892e
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,8 @@ def log(log_message):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# File output
|
# File output
|
||||||
with open(os.path.expanduser("~/lutris.log"), "a") as logfile:
|
# with open(os.path.expanduser("~/lutris.log"), "a") as logfile:
|
||||||
logfile.write(line)
|
# logfile.write(line)
|
||||||
|
|
||||||
|
|
||||||
def kill_pid(pid, sigkill=False):
|
def kill_pid(pid, sigkill=False):
|
||||||
|
|
Loading…
Reference in a new issue