Changes between Initial Version and Version 14 of Ticket #1758
- Timestamp:
- 2013-02-01T22:53:36Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1758
- Property Status changed from new to closed
- Property Component changed from unknown to code
- Property Priority changed from minor to normal
- Property Milestone changed from undecided to 1.10.0
- Property Keywords check deep-check lit immutable error reviewed added
- Property Resolution changed from to fixed
-
Ticket #1758 – Description
initial v14 1 1 If I "tahoe check" a path that is actually a DIR-IMM (an empty directory), or a LIT file, I get an exception: 2 2 3 {{{ 3 4 Traceback (most recent call last): 4 5 File "/usr/local/bin/tahoe", line 9, in <module> … … 13 14 stdout.write("Summary: %s\n" % quote_output(data["summary"], quotemarks=False)) 14 15 KeyError: 'summary' 16 }}} 15 17 16 18 On the other hand, "tahoe deep-check" is fine for the directory, but gives an unhelpful error if given the path to a LIT file: