Opened at 2013-08-07T00:48:48Z
Last modified at 2015-01-20T21:29:13Z
#2047 assigned defect
refactor *Source classes in tahoe-cp.py to have a basename() method rather than passing around (name, source) pairs — at Initial Version
Reported by: | daira | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-frontend-cli | Version: | 1.10.0 |
Keywords: | cleanup tahoe-cp | Cc: | |
Launchpad Bug: |
Description
Much of the code in src/allmydata/scripts/tahoe-cp.py passes around (name, source) pairs, where the name is the basename (i.e. last path component) of the source object. The source object should instead have a basename() method. (It is called that in Twisted's FilePath API.)
Note: See
TracTickets for help on using
tickets.