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

Strange group name #668

Closed
PythonFZ opened this issue Jul 25, 2023 · 1 comment
Closed

Strange group name #668

PythonFZ opened this issue Jul 25, 2023 · 1 comment
Labels
bug Something isn't working p1-important

Comments

@PythonFZ
Copy link
Member

with project:
for x in range(5):
with project.group(name=f"..x"): ...
with project.group(name=something) # here a strange number is appended at the end of the node name
@PythonFZ PythonFZ added bug Something isn't working p1-important labels Jul 25, 2023
@PythonFZ
Copy link
Member Author

This was caused by duplicate group names and wrong indentation into a loop. See #669

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working p1-important
Projects
None yet
Development

No branches or pull requests

1 participant