Inputs folder change

This commit is contained in:
Alex
2023-02-07 10:52:03 +00:00
parent c94866e9e9
commit 08215248d7
2 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ def get_user_permission():
dotenv.load_dotenv()
#Directory to vector
src_dir = "scikit-learn"
src_dir = "inputs"
dst_dir = "tmp"
convert_rst_to_txt(src_dir, dst_dir)
@@ -106,4 +106,4 @@ else:
# Delete tmp folder
# Commented out for now
#shutil.rmtree(dst_dir)
shutil.rmtree(dst_dir)