mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
cli
This commit is contained in:
+1
-1
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user