From a4618ee489a1cc393e195d61e965bd41885e8f14 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 9 Nov 2021 17:36:30 +0000 Subject: synced packages from repos to list --- src/xi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xi.py') diff --git a/src/xi.py b/src/xi.py index 9e723de..0b11c56 100644 --- a/src/xi.py +++ b/src/xi.py @@ -32,7 +32,7 @@ def main(): ( verbs[verb] if verb in verbs else search )( - args[1:] if len(args) > 1 else [], conf + args[1:] if len(args) > 1 else [], opts, conf ) else: options.print_usage() -- cgit v1.2.1