2008-01-17 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/ArgHandler.py: 0001588: -a summary does nothing svn: r9865
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
| 2008-01-17 Benny Malengier <benny.malengier@gramps-project.org> | ||||
|   | ||||
| @@ -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('=')) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user