2008-01-17 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/ArgHandler.py: 0001588: -a summary does nothing svn: r9865
This commit is contained in:
parent
7ca360fcbc
commit
a5737884cd
@ -1,4 +1,7 @@
|
|||||||
2008.01.17 Jim Sack <jgsack@san.rr.com>
|
2008-01-17 Raphael Ackermann <raphael.ackermann@gmail.com>
|
||||||
|
* src/ArgHandler.py: 0001588: -a summary does nothing
|
||||||
|
|
||||||
|
2008-01-17 Jim Sack <jgsack@san.rr.com>
|
||||||
* src/plugins/NarrativeWeb.py : fix parens typo/error
|
* src/plugins/NarrativeWeb.py : fix parens typo/error
|
||||||
|
|
||||||
2008-01-17 Benny Malengier <benny.malengier@gramps-project.org>
|
2008-01-17 Benny Malengier <benny.malengier@gramps-project.org>
|
||||||
|
@ -693,6 +693,7 @@ class ArgHandler:
|
|||||||
elif action == 'summary':
|
elif action == 'summary':
|
||||||
import Summary
|
import Summary
|
||||||
text = Summary.build_report(self.state.db,None)
|
text = Summary.build_report(self.state.db,None)
|
||||||
|
print text
|
||||||
elif action == "report":
|
elif action == "report":
|
||||||
try:
|
try:
|
||||||
options_str_dict = dict( [ tuple(chunk.split('='))
|
options_str_dict = dict( [ tuple(chunk.split('='))
|
||||||
|
Loading…
Reference in New Issue
Block a user