Skip to content

Commit c6d55e3

Browse files
committed
maybe fix circular import?
1 parent 0de7014 commit c6d55e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/utils/group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Group:
1313
def __init__(self):
1414
self.obs_path = Pipe.OBS_DIR
1515
self.int_path = Pipe.INT_DIR
16-
self.paths = [os.path.join(self.obs_path,'derviatives', 'GGIR-3.2.6'), os.path.join(self.int_path, 'derivatives', 'GGIR-3.2.6')]
16+
self.paths = [os.path.join(self.obs_path,'derivatives', 'GGIR-3.2.6'), os.path.join(self.int_path, 'derivatives', 'GGIR-3.2.6')]
1717
self.path = './plots/group'
1818

1919

0 commit comments

Comments
 (0)