Changes between Version 1 and Version 2 of Ticket #2230
- Timestamp:
- 2014-04-21T16:56:23Z (11 years ago)
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.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 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.