Changes between Version 1 and Version 2 of Ticket #2230


Ignore:
Timestamp:
2014-04-21T16:56:23Z (11 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2230 – Description

    v1 v2  
    1 If the checks on dependencies done by `check_all_requirements` in [source:src/allmydata/__init__py] fail, but we were trying to run `tahoe --version` or `tahoe --version-and-path`, then it would be useful to print the versions (and paths) anyway.
     1If the checks on dependencies done by `check_all_requirements` in [source:src/allmydata/__init__.py] fail, but we were trying to run `tahoe --version` or `tahoe --version-and-path`, then it would be useful to print the versions (and paths) anyway.
    22
    33An acceptable way to implement this would be to always print the versions and paths whenever the requirements check fails, regardless of what command we were trying to run.