-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
TypeError when service name is a number #1845
Comments
@aanand yes, only these chars are allowed |
a number matches that pattern |
sorry, yes you're absolutely right @juliantaylor , I need to drink some more coffee before re-reading my regexes. |
I'll add to my list to fix 👍 |
I assume it could be a valid service name, compose might just need to convert integer dictionary keys to strings. |
@juliantaylor yep, I think it could be a valid service name. This will get sorted in a separate PR rather than #1808 |
Fixed by #1855 but I didn't put the fixes in the comment so it didn't close this. face-palm |
leads to a type error and not a useful error message like invalid name
The text was updated successfully, but these errors were encountered: