We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DentOS_Framework/DentOsTestbedLib/gen/plugins/test/plugin.py:276:13: F841 local variable 'parse_cmd_body' is assigned to but never used
looks like instead of format_cmd_body it should be parse_cmd_body in the PyMethod call
format_cmd_body
parse_cmd_body
PyMethod
parse_cmd_body = tokenize(py_impl_class_common_parse_cmd % cargs) methods.append( PyMethod( 'parse_%s' % cmd.name, 'self, command, output, *argv, **kwarg', format_cmd_body, indent=4, ) )
The text was updated successfully, but these errors were encountered:
muchetan
No branches or pull requests
DentOS_Framework/DentOsTestbedLib/gen/plugins/test/plugin.py:276:13: F841 local variable 'parse_cmd_body' is assigned to but never used
looks like instead of
format_cmd_body
it should beparse_cmd_body
in thePyMethod
callThe text was updated successfully, but these errors were encountered: