Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jungheejung committed Aug 21, 2024
2 parents 20d081a + 2769b0d commit 6081b7f
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 757 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def c3_handle_typo_cases(typo_fname, corrected_subject_id=None, dest_fname=None,
"""
# Rename the file if dest_fname is provided
if dest_fname:
subprocess.run(["git", "mv", typo_fname, dest_fname])
subprocess.run(["mv", typo_fname, dest_fname])
typo_fname = dest_fname

# Load the file into a DataFrame
Expand Down
Loading

0 comments on commit 6081b7f

Please sign in to comment.