Skip to content

Commit 76716b8

Browse files
[2.3-develop] Forwardport of #11049
1 parent bf178ca commit 76716b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogImportExport/Model/Import/Product/CategoryProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ protected function createCategory($name, $parentId)
122122
try {
123123
$category->save();
124124
$this->categoriesCache[$category->getId()] = $category;
125-
} catch (\Exception $e){
125+
} catch (\Exception $e) {
126126
$this->addFailedCategory($category, $e);
127127
}
128128

0 commit comments

Comments
 (0)