mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-25 07:31:07 +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
|
# TODO: this always creates immutable files. We might want an option
|
||||||
# to always create mutable files, or to copy mutable files into new
|
# to always create mutable files, or to copy mutable files into new
|
||||||
# mutable files.
|
# mutable files.
|
||||||
resp = do_http("PUT", url, inf)
|
filecap = PUT(url, inf)
|
||||||
filecap = check_PUT(resp)
|
|
||||||
self.new_children[name] = filecap
|
self.new_children[name] = filecap
|
||||||
|
|
||||||
def put_uri(self, name, filecap):
|
def put_uri(self, name, filecap):
|
||||||
|
Loading…
Reference in New Issue
Block a user