From 440212ff44f2168a93c81bff05479c7a8335fb59 Mon Sep 17 00:00:00 2001 From: Devan Franchini Date: Tue, 14 Oct 2014 15:12:31 -0400 Subject: config.py: Adds "query" to list of actions to get pn and pvr --- WebappConfig/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebappConfig/config.py b/WebappConfig/config.py index 7ea194f..84840bb 100644 --- a/WebappConfig/config.py +++ b/WebappConfig/config.py @@ -975,7 +975,7 @@ class Config: OUT.debug('Checking command line arguments', 1) - if self.work in ['install', 'clean', 'show_postinst', + if self.work in ['install', 'clean', 'query', 'show_postinst', 'show_postupgrade', 'upgrade']: # get cat / pn args = options[self.work] -- cgit v1.2.3