Skip to content

Commit

Permalink
Correcting the BIDs tools module
Browse files Browse the repository at this point in the history
  • Loading branch information
yasseraleman committed Mar 7, 2024
1 parent dfc566b commit 9287651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions clabtoolkit/bidstools.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
import shutil
import clabtoolkit as clt
import clabtoolkit.misctools as cltmisc


# This function copies the BIDs folder and its derivatives for e given subjects to a new location
Expand Down Expand Up @@ -59,7 +59,7 @@ def _copy_bids_folder(
subj_dir = os.path.join(bids_dir, subj_id)
out_subj_dir = os.path.join(out_dir, subj_id)

clt._printprogressbar(
cltmisc._printprogressbar(
i + 1,
nsubj,
"Processing subject "
Expand Down
3 changes: 0 additions & 3 deletions main.py

This file was deleted.

0 comments on commit 9287651

Please sign in to comment.