mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Fix anomalous backslashes and enable pylint test.
This commit is contained in:
@@ -87,7 +87,7 @@ def check_args(module, warnings):
|
||||
|
||||
def get_available_features(feature, module):
|
||||
available_features = {}
|
||||
feature_regex = '(?P<feature>\S+)\s+\d+\s+(?P<state>.*)'
|
||||
feature_regex = r'(?P<feature>\S+)\s+\d+\s+(?P<state>.*)'
|
||||
command = {'command': 'show feature', 'output': 'text'}
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user