Commit 729f4446 by rfkelly0

remove a debugging "raise" from RemoteFileBuffer

parent e1226def
...@@ -99,7 +99,6 @@ class RemoteFileBuffer(object): ...@@ -99,7 +99,6 @@ class RemoteFileBuffer(object):
self._eof = True self._eof = True
if not hasattr(rfile, "read"): if not hasattr(rfile, "read"):
raise rfile
rfile = StringIO(unicode(rfile)) rfile = StringIO(unicode(rfile))
self._rfile = rfile self._rfile = rfile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment