From e842e6602c3a0e5aeac5ecfb4d8bb4fe7bc75093 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Fri, 14 Aug 2015 01:24:11 +0300 Subject: A few tweaks. --- modules/gnome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gnome.py') diff --git a/modules/gnome.py b/modules/gnome.py index f9cd56d..fc3f408 100644 --- a/modules/gnome.py +++ b/modules/gnome.py @@ -62,7 +62,7 @@ class GnomeModule: scan_command += ['--namespace='+ns, '--nsversion=' + nsversion, '--warn-all', '--output', '@OUTPUT@'] - extra_args = kwargs.get('extra_args', []) + extra_args = kwargs.pop('extra_args', []) if not isinstance(extra_args, list): extra_args = [extra_args] scan_command += extra_args -- cgit v1.1