From 544f4a9a7977cd8a0ddad773c229c37aae02ebb1 Mon Sep 17 00:00:00 2001 From: ktwaco Date: Wed, 2 Dec 2015 15:37:46 -0500 Subject: [PATCH] wrong arguments in umls_cache.py --- cliner/features_dir/umls_dir/umls_cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cliner/features_dir/umls_dir/umls_cache.py b/cliner/features_dir/umls_dir/umls_cache.py index ec76661..e622fb9 100644 --- a/cliner/features_dir/umls_dir/umls_cache.py +++ b/cliner/features_dir/umls_dir/umls_cache.py @@ -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"))