mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 13:56:47 +00:00
close file properly
This commit is contained in:
parent
d5b355f807
commit
b50e1775f0
@ -261,6 +261,7 @@ class WizardGTK:
|
||||
import deluge.common
|
||||
firstrun = open(os.path.join(deluge.common.CONFIG_DIR, 'firstrun'), 'w')
|
||||
firstrun.write("")
|
||||
firstrun.close()
|
||||
|
||||
def cancel(self, *args):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user