mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-19 15:21:27 +00:00
Add warning comment to rhn_register module about fixing pep8 errors
This commit is contained in:
@@ -172,6 +172,8 @@ class Rhn(RegistrationBase):
|
||||
# configuration. Yeah, I know this should be subclassed ... but, oh
|
||||
# well
|
||||
def get_option_default(self, key, default=''):
|
||||
# ignore pep8 W601 errors for this line
|
||||
# setting this to use 'in' does not work in the rhn library
|
||||
if self.has_key(key):
|
||||
return self[key]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user