[IMP] report_csv: black, isort, prettier

pull/605/head
Alex Cuellar 2020-10-15 13:51:06 -05:00 committed by Adrien Peiffer
parent 80e3a14e47
commit bd5fe017fd
No known key found for this signature in database
GPG Key ID: D9266D898B218452
1 changed files with 8 additions and 8 deletions

View File

@ -41,7 +41,7 @@ odoo.define("report_csv.report", function(require) {
data: JSON.stringify([report_url, type]), data: JSON.stringify([report_url, type]),
}, },
success: resolve, success: resolve,
error: error => { error: (error) => {
self.call("crash_manager", "rpc_error", error); self.call("crash_manager", "rpc_error", error);
reject(); reject();
}, },