Skip to content

Commit

Permalink
fixup! kresctl: add command to run a debugger on subprocesses
Browse files Browse the repository at this point in the history
  • Loading branch information
alesmrazek committed Dec 2, 2024
1 parent 2a99959 commit a26b3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/knot_resolver/client/commands/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def register_args_subparser(
def completion(args: List[str], parser: argparse.ArgumentParser) -> CompWords:
return {}

def run(self, args: CommandArgs) -> None:
def run(self, args: CommandArgs) -> None: # noqa: PLR0912, PLR0915
if self.gdb is None:
try:
gdb_cmd = str(which.which("gdb"))
Expand Down

0 comments on commit a26b3a3

Please sign in to comment.