We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973a7be commit 8e8b10dCopy full SHA for 8e8b10d
install.py
@@ -157,7 +157,7 @@ def driver(opts):
157
open(flag_fp, 'w').close()
158
159
flag_fp = os.path.join(opts.destination_path, 'language.flag')
160
- with open(flag_fp) as f:
+ with open(flag_fp, 'w') as f:
161
f.write(opts.language)
162
163
mrconso_path = os.path.join(opts.umls_installation_path, 'MRCONSO.RRF')
0 commit comments