diff --git a/core/operation/export_analysis_operation.py b/core/operation/export_analysis_operation.py index 824ddc2..6e8efb9 100644 --- a/core/operation/export_analysis_operation.py +++ b/core/operation/export_analysis_operation.py @@ -18,7 +18,6 @@ def __init__(self, analysis_id: str, output_dir: str, *args, **kwargs): super().__init__(*args, **kwargs) def execute(self): - os.makedirs(self._resolve_path(self._output_dir, TEMPLATE_DIR), exist_ok=True) os.makedirs(self._resolve_path(self._output_dir, DATA_SET_DIR), exist_ok=True)