Skip to content

Commit

Permalink
deleted whitespaces on blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
gabridele authored Dec 20, 2024
1 parent 518b5fc commit 3b85e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cubids/cubids.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ def copy_exemplars(self, exemplars_dir, exemplars_tsv, min_group_size):
if not self.cubids_code_dir:
self.create_cubids_code_dir()
exemplars_tsv = self.path + "/code/CuBIDS/" + exemplars_tsv

# load the exemplars tsv
subs = pd.read_table(exemplars_tsv)

Expand Down

0 comments on commit 3b85e55

Please sign in to comment.