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

Match python task append/prepend syntax #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wesQ3
Copy link

@wesQ3 wesQ3 commented Aug 24, 2023

Currently an error label is displayed on python functions with :append/prepend.
See this example from the user manual:

image

example.bb
python some_python_function () {
    d.setVar("TEXT", "Hello World")
    print d.getVar("TEXT")
}

python do_foo:prepend() {
    bb.plain("first")
}

python do_foo() {
    bb.plain("second")
}

python do_foo:append() {
    bb.plain("third")
}

Fix the error label on python functions with :append/prepend.
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

Successfully merging this pull request may close these issues.

1 participant