Skip to content
New issue

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

Incomplete decorator cannot be put after a metadata decorator #97

Open
jmvrbanac opened this issue Apr 17, 2017 · 0 comments
Open

Incomplete decorator cannot be put after a metadata decorator #97

jmvrbanac opened this issue Apr 17, 2017 · 0 comments

Comments

@jmvrbanac
Copy link
Owner

If the Incomplete decorator is at the end of the execution chain

    @incomplete
    @metadata(category='positive')
    def can_retrieve(self):
        pass

It results in output like:

    --snip--
    ∟ DECORATOR ONCALL
    --snip--

When It really should look like:

    --snip--
    ∟ can retrieve (incomplete)
    --snip--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant