summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjortel <devnull@localhost>2010-02-10 17:02:31 +0000
committerjortel <devnull@localhost>2010-02-10 17:02:31 +0000
commitcc1dd953b4b9427a98fcebe9e7dbf81ac18e62a8 (patch)
treea14c3da603e5cb363d10fbbb70fc1fdadb5e2e4d
parent9a7461ad8920b2d342d3b9a4931f33776450eb4c (diff)
downloadsuds-cc1dd953b4b9427a98fcebe9e7dbf81ac18e62a8.tar.gz
Fix coding error in cache.py.
-rw-r--r--suds/__init__.py2
-rw-r--r--suds/cache.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/suds/__init__.py b/suds/__init__.py
index da7a469..5e545cd 100644
--- a/suds/__init__.py
+++ b/suds/__init__.py
@@ -27,7 +27,7 @@ import sys
#
__version__ = '0.3.9'
-__build__="(beta) R657-20100209"
+__build__="(beta) R658-20100210"
#
# Exceptions
diff --git a/suds/cache.py b/suds/cache.py
index 661bf27..d83d049 100644
--- a/suds/cache.py
+++ b/suds/cache.py
@@ -187,7 +187,7 @@ class FileCache(Cache):
return bfr
except:
log.debug(id, exc_info=1)
- return fp
+ return bfr
def putf(self, id, fp):
try: