Skip to content

Commit

Permalink
Update move.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuLvs authored Nov 27, 2024
1 parent 98db0a1 commit 0431a80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helper_scripts/move.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import os
import shutil

folder_a = './data/valA'
folder_b = './data/contact'
folder_c = './data/valB' #B -> C
folder_a = '../data/valA'
folder_b = '../data/contact'
folder_c = '../data/valB' #B -> C

a_file_prefixes = set()
for filename in os.listdir(folder_a):
Expand Down

0 comments on commit 0431a80

Please sign in to comment.