Sync feature/py3 branch with master #503
Annotations
10 errors, 6 warnings, and 10 notices
scripts/backup-sr-metadata.py#L35
multiple exception types must be parenthesized
|
scripts/restore-sr-metadata.py#L32
multiple exception types must be parenthesized
|
scripts/examples/python/exportimport.py#L66
Function SSLSocket.send was called with the wrong arguments, Expected: (self, data: Buffer, ...), Actually passed: (self, data: str), Attributes of protocol Buffer are not implemented on str: __buffer__
|
scripts/examples/python/exportimport.py#L76
Name 'long' is not defined
|
scripts/examples/python/monitor-unwanted-domains.py#L14
Function bytes.split was called with the wrong arguments, Expected: (self, sep: Optional[bytes] = ..., ...), Actually passed: (self, sep: str)
|
scripts/examples/python/monitor-unwanted-domains.py#L30
Name 'XenAPI' is not defined
|
scripts/examples/python/monitor-unwanted-domains.py#L39
Name 'log' is not defined
|
scripts/examples/python/monitor-unwanted-domains.py#L41
Name 'XenAPI' is not defined
|
scripts/examples/python/monitor-unwanted-domains.py#L44
Name 'log' is not defined
|
scripts/examples/python/monitor-unwanted-domains.py#L59
Name 'log' is not defined
|
scripts/examples/python/XenAPI/XenAPI.py#L210
[pylint] reported by reviewdog 🐶
C0301: Line too long (112/100) (line-too-long)
Raw Output:
scripts/examples/python/XenAPI/XenAPI.py:210:0: C0301: Line too long (112/100) (line-too-long)
|
scripts/examples/python/XenAPI/XenAPI.py#L202
[pylint] reported by reviewdog 🐶
R1720: Unnecessary "else" after "raise", remove the "else" and de-indent the code inside it (no-else-raise)
Raw Output:
scripts/examples/python/XenAPI/XenAPI.py:202:12: R1720: Unnecessary "else" after "raise", remove the "else" and de-indent the code inside it (no-else-raise)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
scripts/examples/python/shell.py#L36
No attribute 'Cmd' on str, In Union[module, str]
|
scripts/examples/python/shell.py#L41
No attribute 'Cmd' on str, In Union[module, str]
|
scripts/static-vdis#L82
No attribute 'items' on None, In Optional[Any], Called from (traceback):, line 379, in current file, line 173, in add
|
scripts/static-vdis#L242
unsupported operand type(s) for item assignment: bool, No attribute '__setitem__' on bool
|
scripts/static-vdis#L242
unsupported operand type(s) for item assignment: int, No attribute '__setitem__' on int
|
scripts/static-vdis#L242
unsupported operand type(s) for item assignment: float, No attribute '__setitem__' on float
|
scripts/static-vdis#L242
unsupported operand type(s) for item assignment: str, No attribute '__setitem__' on str
|
scripts/static-vdis#L242
unsupported operand type(s) for item assignment: bytes, No attribute '__setitem__' on bytes
|
scripts/static-vdis#L242
unsupported operand type(s) for item assignment: None, No attribute '__setitem__' on None
|
scripts/static-vdis#L242
unsupported operand type(s) for item assignment: tuple, No attribute '__setitem__' on tuple
|
scripts/static-vdis#L242
unsupported operand type(s) for item assignment: datetime.datetime, No attribute '__setitem__' on datetime.datetime
|
scripts/static-vdis#L242
unsupported operand type(s) for item assignment: xmlrpc.client.DateTime, No attribute '__setitem__' on xmlrpc.client.DateTime
|
scripts/static-vdis#L242
unsupported operand type(s) for item assignment: xmlrpc.client.Binary, No attribute '__setitem__' on xmlrpc.client.Binary
|
This job succeeded
Loading