You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asyncdef_collect(self, command: AntaCommand, *, collection_id: str|None=None) ->None:# noqa: C901 function is too complex - because of many required except blocks
logger.error("Command '%s' requires privileged mode on %s. Verify user permissions and if the `enable` option is required.", command.command, self.name)
446
+
ifnotcommand.supported:
447
+
logger.debug("Command '%s' is not supported on '%s' (%s)", command.command, self.name, self.hw_model)
448
+
elifcommand.returned_known_eos_error:
449
+
logger.debug("Command '%s' returned a known error '%s': %s", command.command, self.name, command.errors)
0 commit comments