Skip to content

Commit

Permalink
Tutorial with yaml files only
Browse files Browse the repository at this point in the history
  • Loading branch information
milesOIST committed Nov 27, 2023
1 parent 486f52b commit 5b99b9e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions studio/app/common/routers/workflow.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import logging
import os
import shutil
from dataclasses import asdict
Expand Down Expand Up @@ -109,9 +108,6 @@ async def copy_sample_data(workspace_id: str):
create_directory(user_dir)
try:
shutil.copytree(sample_data_dir, user_dir, dirs_exist_ok=True)
logging.info(
f"Successfully copied files from {sample_data_dir} to {user_dir}"
)
all_files_copied = True
except Exception as e:
raise HTTPException(
Expand Down

0 comments on commit 5b99b9e

Please sign in to comment.