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

REGEX not matching all composer versions #12580

Open
killkelleyr opened this issue Sep 11, 2024 · 0 comments · May be fixed by #12581
Open

REGEX not matching all composer versions #12580

killkelleyr opened this issue Sep 11, 2024 · 0 comments · May be fixed by #12581
Assignees
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. samples Issues that are directly related to samples. triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@killkelleyr
Copy link
Contributor

In which file did you encounter the issue?

File: composer/tools/composer_dags.py

Did you change the file? If so, how?

No

Describe the issue

The current regex expression does not work for environment versions that do not include minor and or patch

Error

Traceback (most recent call last):
  File "/home/rkillkelley/composer_dags.py", line 229, in <module>
    main(
  File "/home/rkillkelley/composer_dags.py", line 168, in main
    ).groups()
AttributeError: 'NoneType' object has no attribute 'groups'
@killkelleyr killkelleyr added priority: p2 Moderately-important priority. Fix may not be included in next release. triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Sep 11, 2024
@killkelleyr killkelleyr linked a pull request Sep 11, 2024 that will close this issue
9 tasks
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. samples Issues that are directly related to samples. triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants