Skip to content

Commit 9cd7912

Browse files
committed
fix test after one release
1 parent 002b267 commit 9cd7912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibllib/pipes/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def __init__(self, session_path=None, one=None, eid=None):
171171

172172
def make_graph(self, out_dir=None, show=True):
173173
if not out_dir:
174-
out_dir = self.one._cache_dir if self.one else one.params.get().CACHE_DIR
174+
out_dir = self.one.alyx.cache_dir if self.one else one.params.get().CACHE_DIR
175175
m = Digraph('G', filename=str(Path(out_dir).joinpath(self.__module__ + '_graphs.gv')))
176176
m.attr(rankdir='TD')
177177

0 commit comments

Comments
 (0)