Skip to content

When using the retry decorator, mypy complains and gives an error. #112

@EdDev

Description

@EdDev

The error seen when decorating with retry:

libs/net/vmspec.py:41: error: Untyped decorator makes function "_lookup_iface_status" untyped  [misc]

It seems there is a need to preserve the signature of the wrapped function as described here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions