Skip to content

Commit 450a176

Browse files
committed
MAGETWO-99509: Download Option not working in Exports
- Fix static tests
1 parent f1e99e2 commit 450a176

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/ImportExport/Controller/Adminhtml/Export/File

1 file changed

+1
-0
lines changed

app/code/Magento/ImportExport/Controller/Adminhtml/Export/File/Download.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ public function execute()
7272
DirectoryList::VAR_DIR
7373
);
7474
}
75+
// phpcs:ignore Magento2.Exceptions.ThrowCatch
7576
} catch (LocalizedException | \Exception $exception) {
7677
throw new LocalizedException(__('There are no export file with such name %1', $fileName));
7778
}

0 commit comments

Comments
 (0)