close file properly

This commit is contained in:
Marcos Pinto 2007-08-27 01:36:45 +00:00
parent d5b355f807
commit b50e1775f0

View File

@ -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):
"""