angrox/spacewalk-api-scripts

Duplicate initialization of variable

macrojames opened this issue · 1 comments

In spacewalk-rhn-sync.py:

in line 138

config = ConfigParser.ConfigParser()

and line 144

config = ConfigParser.ConfigParser()

Thanks, macrojames. Issue has been fixed.