Changes between Initial Version and Version 14 of Ticket #1758


Ignore:
Timestamp:
2013-02-01T22:53:36Z (12 years ago)
Author:
zooko
Comment:

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  
    11If I "tahoe check" a path that is actually a DIR-IMM (an empty directory), or a LIT file, I get an exception:
    22
     3{{{
    34Traceback (most recent call last):
    45  File "/usr/local/bin/tahoe", line 9, in <module>
     
    1314    stdout.write("Summary: %s\n" % quote_output(data["summary"], quotemarks=False))
    1415KeyError: 'summary'
     16}}}
    1517
    1618On the other hand, "tahoe deep-check" is fine for the directory, but gives an unhelpful error if given the path to a LIT file: