Skip to content

Commit ef66188

Browse files
committed
MAGETWO-80229: Vague error message for invalid url_key for category #11049
1 parent dc7ce8a commit ef66188

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
@@ -121,7 +121,7 @@ protected function createCategory($name, $parentId)
121121
try {
122122
$category->save();
123123
$this->categoriesCache[$category->getId()] = $category;
124-
} catch (\Exception $e){
124+
} catch (\Exception $e) {
125125
$this->addFailedCategory($category, $e);
126126
}
127127

0 commit comments

Comments
 (0)