Merge lp:~camptocamp/banking-addons/bank-statement-reconcile-70-fix-comment-20131106-yvr into lp:banking-addons/bank-statement-reconcile-70

Proposed by Yannick Vaucher @ Camptocamp
Status: Merged
Merged at revision: 102
Proposed branch: lp:~camptocamp/banking-addons/bank-statement-reconcile-70-fix-comment-20131106-yvr
Merge into: lp:banking-addons/bank-statement-reconcile-70
Diff against target: 17 lines (+3/-4)
1 file modified
account_statement_base_import/parser/file_parser.py (+3/-4)
To merge this branch: bzr merge lp:~camptocamp/banking-addons/bank-statement-reconcile-70-fix-comment-20131106-yvr
Reviewer Review Type Date Requested Status
Guewen Baconnier @ Camptocamp Approve
Raphaël Valyi - http://www.akretion.com Approve
Review via email: mp+194199@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Raphaël Valyi - http://www.akretion.com (rvalyi) wrote :

My favorite MP of the day ;-)

review: Approve
Revision history for this message
Guewen Baconnier @ Camptocamp (gbaconnier-c2c) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_statement_base_import/parser/file_parser.py'
2--- account_statement_base_import/parser/file_parser.py 2013-05-03 19:57:26 +0000
3+++ account_statement_base_import/parser/file_parser.py 2013-11-06 17:29:55 +0000
4@@ -40,10 +40,9 @@
5
6 def __init__(self, parse_name, ftype='csv', extra_fields=None, header=None, **kwargs):
7 """
8- :param char: parse_name : The name of the parser
9- :param list: keys_to_validate : contain the key that need to be present in the file
10- :param char ftype: extension of the file (could be csv or xls)
11- :param dict extra_fields: extra fields to add to the conversion dict. In the format
12+ :param char: parse_name: The name of the parser
13+ :param char: ftype: extension of the file (could be csv or xls)
14+ :param dict: extra_fields: extra fields to add to the conversion dict. In the format
15 {fieldname: fieldtype}
16 :param list: header : specify header fields if the csv file has no header
17 """

Subscribers

People subscribed via source and target branches