diff --git a/alphadia/workflow/base.py b/alphadia/workflow/base.py index b06fc5d7..dadfcc95 100644 --- a/alphadia/workflow/base.py +++ b/alphadia/workflow/base.py @@ -51,7 +51,7 @@ def __init__( if not os.path.exists(self.parent_path): logger.info(f"Creating parent folder for workflows at {self.parent_path}") - os.mkdir(self.parent_path) + os.makedirs(self.parent_path) if not os.path.exists(self.path): logger.info(