Skip to content
Snippets Groups Projects
Commit 9d6c9838 authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Removed TODOs

parent a4bf1235
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,6 @@ def install_subcommand(sub_argparser):
def handle_graph(args, config, index: ComponentIndex):
# TODO: this function prints duplicate edges
if args.component:
actions = [index.get_build(args.component).install]
else:
......
......@@ -33,12 +33,6 @@ class Executor:
else:
self._schedule_next()
# Todo: remove these 4 lines
if self._pending_actions:
logging.error("Could not schedule any action, something failed")
logging.error(f"Remaining: {self._pending_actions}")
breakpoint()
def _collect_actions(self, action: Action, force=False):
if not force and action.is_satisfied():
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment