mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 15:16:41 +00:00
tahoe_cp.py: fix pyflakes complaint
This commit is contained in:
parent
7afd869854
commit
7ae432abf8
@ -284,8 +284,7 @@ class TahoeDirectoryTarget:
|
||||
# TODO: this always creates immutable files. We might want an option
|
||||
# to always create mutable files, or to copy mutable files into new
|
||||
# mutable files.
|
||||
resp = do_http("PUT", url, inf)
|
||||
filecap = check_PUT(resp)
|
||||
filecap = PUT(url, inf)
|
||||
self.new_children[name] = filecap
|
||||
|
||||
def put_uri(self, name, filecap):
|
||||
|
Loading…
Reference in New Issue
Block a user