#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.)

Change History (0)

Note: See TracTickets for help on using tickets.