Skip to content
This repository has been archived by the owner on Aug 15, 2020. It is now read-only.

Commit

Permalink
wrong arguments in umls_cache.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaco committed Dec 2, 2015
1 parent 68ddfad commit 544f4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliner/features_dir/umls_dir/umls_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ def destructor():

if UmlsCache.filename is not None and UmlsCache.cache is not None:

pickle.dump(UmlsCache.filename, open(UmlsCache.cache,"wb"))
pickle.dump(UmlsCache.cache, open(UmlsCache.filename,"wb"))

0 comments on commit 544f4a9

Please sign in to comment.