Skip to content

Commit

Permalink
;dfdqfd
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Allimant committed Nov 14, 2023
1 parent ef32db9 commit aabd547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Command/BrevoExportCatalogCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,13 @@ protected function execute(InputInterface $input, OutputInterface $output): int

$progressBar->finish();

$output->writeln($objName. 's done.');
$output->writeln(' ' . $objName. ' export terminated.');
} catch (\Exception $exception) {
$output->writeln('error during '.$objName.' import : '.$exception->getMessage());
$progressBar->setMessage('<error>'.$exception->getMessage().'</error>');
}
}

$output->writeln("Done.");

return Command::SUCCESS;
}
}
2 changes: 1 addition & 1 deletion Command/BrevoExportCustomerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$progressBar->setMessage("<error>".$exception->getMessage()."</error>");
}

$output->writeln("Done.");
$output->writeln(" customer export done.");

return Command::SUCCESS;
}
Expand Down

0 comments on commit aabd547

Please sign in to comment.