Changes between Initial Version and Version 1 of Ticket #2230
- Timestamp:
- 2014-04-21T16:56:02Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2230 – Description
initial v1 1 If the checks on dependencies done by `check_all_requirements` in [source:src/allm dyata/__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.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. 2 2 3 A lternatively we couldalways print the versions and paths whenever the requirements check fails, regardless of what command we were trying to run.3 An 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.