Skip to content

Commit 8e8b10d

Browse files
author
Luca Soldaini
committed
missing write mode
1 parent 973a7be commit 8e8b10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def driver(opts):
157157
open(flag_fp, 'w').close()
158158

159159
flag_fp = os.path.join(opts.destination_path, 'language.flag')
160-
with open(flag_fp) as f:
160+
with open(flag_fp, 'w') as f:
161161
f.write(opts.language)
162162

163163
mrconso_path = os.path.join(opts.umls_installation_path, 'MRCONSO.RRF')

0 commit comments

Comments
 (0)