forked from ijt/cmakelists_parsing
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
In:
parse_cmake/parse_cmake/parsing.py
Line 236 in 51daaef
| cmd = Command(name=command_name, body=[], comment=None) |
Where we read "comment=None" shouldn't it be "comment=[]"?
As it is right now, I foresee the possibility of an error in:
parse_cmake/parse_cmake/parsing.py
Line 252 in 51daaef
| cmd.comments.append(c) |
Metadata
Metadata
Assignees
Labels
No labels