summaryrefslogtreecommitdiffstats
path: root/python/knot_resolver/client/commands/convert.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/knot_resolver/client/commands/convert.py')
-rw-r--r--python/knot_resolver/client/commands/convert.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/knot_resolver/client/commands/convert.py b/python/knot_resolver/client/commands/convert.py
index 28a5be95..aab07519 100644
--- a/python/knot_resolver/client/commands/convert.py
+++ b/python/knot_resolver/client/commands/convert.py
@@ -50,7 +50,7 @@ class ConvertCommand(Command):
@staticmethod
def completion(args: List[str], parser: argparse.ArgumentParser) -> CompWords:
- return comp_get_words(args, parser._actions) # noqa: SLF001
+ return comp_get_words(args, parser)
def run(self, args: CommandArgs) -> None:
with open(self.input_file, "r") as f: