#2047 assigned defect

refactor *Source classes in tahoe_cp.py to have a basename() method rather than passing around (name, source) pairs — at Version 2

Reported by: daira Owned by: daira
Priority: normal Milestone: undecided
Component: code-frontend-cli Version: 1.10.0
Keywords: cleanup tahoe-cp Cc:
Launchpad Bug:

Description (last modified by daira)

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 (2)

comment:1 Changed at 2013-08-07T00:49:17Z by daira

  • Owner set to daira
  • Status changed from new to assigned
  • Summary changed from refactor *Source classes in tahoe-cp.py to have a basename() method rather than passing around (name, source) pairs to refactor *Source classes in tahoe_cp.py to have a basename() method rather than passing around (name, source) pairs

comment:2 Changed at 2013-08-07T00:49:49Z by daira

  • Description modified (diff)
Note: See TracTickets for help on using tickets.