[blivet:master 03/12] Get rid of unused argument 'args' in MakeBumpVer constructors

mulhern amulhern at redhat.com
Mon Apr 28 22:26:41 UTC 2014


There are no positional arguments, so there is no reason for a positional
argument parameter.

Signed-off-by: mulhern <amulhern at redhat.com>
---
 scripts/makebumpver | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/makebumpver b/scripts/makebumpver
index 08c8b08..6bbbb80 100755
--- a/scripts/makebumpver
+++ b/scripts/makebumpver
@@ -36,7 +36,7 @@ import sys
 import textwrap
 
 class MakeBumpVer:
-    def __init__(self, *args, **kwargs):
+    def __init__(self, **kwargs):
         log.debug("%s", kwargs)
         self.bzserver = 'bugzilla.redhat.com'
         self.bzurl = "https://%s/xmlrpc.cgi" % self.bzserver
-- 
1.8.3.1



More information about the anaconda-patches mailing list