Skip to content

Commit f52ed89

Browse files
committed
debugging env
1 parent 5a2c7e9 commit f52ed89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

code/src/match.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ def save_n_rename_files(matched, dir):
195195
dest = os.path.join(output_dir, f"sub-{row['subject_id']}_{row['session']}.csv")
196196

197197

198-
199-
print('source: ', src, ' ', 'destination: ', dest)
200-
198+
##
199+
print('source: ', src, ' ', 'destination: ', dest)
200+
outputs =[]
201201
# Copy the file to the destination
202202
#shutil.copy(src, dest)
203203
outputs.append(dest)

0 commit comments

Comments
 (0)