You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error message should be improved so it doesn't scare people, perhaps by describing exactly what data is set to None and maybe the line number of the input file.
The parsing code already provides a useful error message when an attribute is missing (e.g., url:). However, as you showed above, it doesn't handle/detect empty repository entries. #256 fixes that.
Providing a line number is a bit more tricky, because, by that point, we're only dealing with dictionaries.
This error message should be improved so it doesn't scare people, perhaps by describing exactly what data is set to None and maybe the line number of the input file.
Here is an example of a malformatted .repo file:
And here is the resulting output of vcs:
The text was updated successfully, but these errors were encountered: