diff --git a/superset/commands/importers/v1/__init__.py b/superset/commands/importers/v1/__init__.py index b595ca92290f6..0f2ac2cc2ed4f 100644 --- a/superset/commands/importers/v1/__init__.py +++ b/superset/commands/importers/v1/__init__.py @@ -73,7 +73,7 @@ def run(self) -> None: self.validate() try: - self._import(self._configs, self.overwrite, self.contents) + self._import(self._configs, self.overwrite, self.contents) except CommandException: raise except Exception as ex: