This commit is contained in:
2019-09-23 00:32:33 -04:00
parent 5bcaf94aa9
commit 45623610d0
+1 -1
View File
@@ -359,7 +359,7 @@ def entrypoint(
if edge.do_interactive is not None:
interactives.append(edge.do_interactive)
force_interactive = bool(len(interactives))
force_interactive = any(interactives)
if not all(skips or [False]):
# TODO: fully implement this?