Commit a66a537d authored by Jérome Perrin's avatar Jérome Perrin

fix mistake introduced in recent refactoring

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32201 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 365129f2
......@@ -105,7 +105,7 @@ if simulation_mode:\n
error_list.append(error)\n
return True # means continue processing the rest of the document\n
else:\n
def invalid_category_spreadsheet_handler(error_type, path, message):\n
def invalid_category_spreadsheet_handler(message):\n
# action taken when an invalid spreadsheet is provided.\n
# we *raise* a Redirect, because we don\'t want the transaction to succeed\n
# note, we could make a dialog parameter to allow import invalid spreadsheet:\n
......
1456
\ No newline at end of file
1457
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment