Skip to content

Commit

Permalink
STY
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Feb 6, 2017
1 parent 359a91b commit 4446854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eelbrain/_io/pickle.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,6 @@ def update_subjects_dir(obj, subjects_dir, depth=0):
values = obj
else:
return

for v in values:
update_subjects_dir(v, subjects_dir, depth - 1)

0 comments on commit 4446854

Please sign in to comment.