2008-01-17 Raphael Ackermann <raphael.ackermann@gmail.com>

* src/ArgHandler.py: 0001588: -a summary does nothing

svn: r9865
This commit is contained in:
Raphael Ackermann
2008-01-17 11:35:15 +00:00
parent 7ca360fcbc
commit a5737884cd
2 changed files with 5 additions and 1 deletions

View File

@@ -693,6 +693,7 @@ class ArgHandler:
elif action == 'summary':
import Summary
text = Summary.build_report(self.state.db,None)
print text
elif action == "report":
try:
options_str_dict = dict( [ tuple(chunk.split('='))