Skip to content

Commit 5a33b55

Browse files
authored
Clean up: Exit add explicit return (#635)
1 parent 2d6666a commit 5a33b55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

executorlib/interactive/dependency.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ def __exit__(
181181
edge_lst=edge_lst,
182182
filename=self._plot_dependency_graph_filename,
183183
)
184+
else:
185+
return None
184186

185187

186188
def _execute_tasks_with_dependencies(

0 commit comments

Comments
 (0)