Changes between Initial Version and Version 1 of Ticket #808, comment 6
- Timestamp:
- 2011-08-16T05:30:57Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #808, comment 6
initial v1 1 1 Oh, I may have misinterpreted the ticket description; "tahoe cp --recursive --verbose" must not have been the complete command. 2 2 3 Nevertheless I believe this would have been fixed as a side-effect of [changeset:80252debcd94fc28] and [changeset: 65b6f4e3ce4cdf13]. Notice in http://tahoe-lafs.org/trac/tahoe-lafs/changeset/4435/trunk/src/allmydata/scripts/common.py that {{{TahoeError}}} calls the superclass {{{Exception.__init__}}}, which will set {{{.args}}}. Its subclasses [source:src/allmydata/scripts/common_http.py@4435#L84 HTTPError] and [source:src/allmydata/scripts/tahoe_cp.py@4435#L30 MissingSourceError] also call {{{TahoeError.__init__}}}.3 Nevertheless I believe this would have been fixed as a side-effect of [changeset:80252debcd94fc28] and [changeset:731e3d68dff0f8c9]. Notice in http://tahoe-lafs.org/trac/tahoe-lafs/changeset/4435/trunk/src/allmydata/scripts/common.py that {{{TahoeError}}} calls the superclass {{{Exception.__init__}}}, which will set {{{.args}}}. Its subclasses [source:src/allmydata/scripts/common_http.py@4435#L84 HTTPError] and [source:src/allmydata/scripts/tahoe_cp.py@4435#L30 MissingSourceError] also call {{{TahoeError.__init__}}}.