commit: 440212ff44f2168a93c81bff05479c7a8335fb59
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 14 19:12:31 2014 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Fri Jun 19 19:46:39 2015 +0000
URL: https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=440212ff
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]