Fix variable

This commit is contained in:
Joshua Harlow
2012-06-05 20:01:49 -07:00
parent f008fd20da
commit d86e1125d5

View File

@@ -100,7 +100,7 @@ class UrlLibDownloader(Downloader):
except ValueError:
pass
with open(self.store_where, 'wb') as ofh:
return (store_where, sh.pipe_in_out(conn, ofh,
return (self.store_where, sh.pipe_in_out(conn, ofh,
chunk_cb=functools.partial(update_bar, p_bar)))
finally:
if p_bar: