Skip to content

Commit be536de

Browse files
committed
No plan to improve
1 parent 6f8f640 commit be536de

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ def start_node(self, node: Node, extra_args: list | None = None):
182182
out_filename = f"{node.type}-{node.name}.out"
183183
# pylint: disable=consider-using-with
184184
out_file = open(out_filename, "a", encoding="utf-8")
185-
# TODO: Error handling (e.g., if the process fails to start)
186185
if os.getenv("DSKE_COVERAGE"):
187186
command = ["python", "-m", "coverage", "run", "-m"]
188187
else:

0 commit comments

Comments
 (0)