#2230 new defect

'tahoe --version[and-path]' should print versions even if a requirement check fails

Reported by: daira Owned by:
Priority: normal Milestone: undecided
Component: packaging Version: 1.10.0
Keywords: packaging version error Cc:
Launchpad Bug:

Description (last modified by daira)

If the checks on dependencies done by check_all_requirements in 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.

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.

Change History (2)

comment:1 Changed at 2014-04-21T16:56:02Z by daira

  • Description modified (diff)

comment:2 Changed at 2014-04-21T16:56:23Z by daira

  • Description modified (diff)
Note: See TracTickets for help on using tickets.