Skip to content

Commit

Permalink
fix:error working directory name in Step_1.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WinstonCHEN1 committed Nov 18, 2024
1 parent 2022578 commit 8cc98e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reproduce/Step_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def insert_text(rag, file_path):


cls = "agriculture"
WORKING_DIR = "../{cls}"
WORKING_DIR = f"../{cls}"

if not os.path.exists(WORKING_DIR):
os.mkdir(WORKING_DIR)
Expand Down

0 comments on commit 8cc98e1

Please sign in to comment.