Open for writing

This commit is contained in:
Mike A. Trethewey
2020-02-27 01:20:17 -08:00
parent ee52953cca
commit 637eb111b8
2 changed files with 1 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
from Main import __version__ as DRVersion
import os
with(open(os.path.join("resources","app","manifests","app_version.txt"))) as f:
with(open(os.path.join("resources","app","manifests","app_version.txt"),"w+")) as f:
f.write(DRVersion)