We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d782189 commit 2fad548Copy full SHA for 2fad548
1 file changed
scripts/map_improve_drug_ids.py
@@ -27,7 +27,7 @@ def load_mapping(mapping_file='build/improve_drug_mapping.json'):
27
28
def save_mapping(mapping_data):
29
"""Saves mapping data to disk as JSON."""
30
- mapping_file='tmp/improve_drug_mapping.json'
+ mapping_file='/tmp/improve_drug_mapping.json'
31
with open(mapping_file, 'w') as f:
32
json.dump(mapping_data, f, indent=2)
33
0 commit comments