We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b096dcf commit 531615eCopy full SHA for 531615e
src/robot/libdocpkg/model.py
@@ -63,8 +63,7 @@ def to_dictionary(self):
63
'keywords': [kw.to_dictionary() for kw in self.keywords],
64
'generated': get_timestamp(daysep='-', millissep=None),
65
'all_tags': tuple(self.all_tags),
66
- 'contains_tags': bool(self.all_tags)
67
- # ToDo: delete that ugly thing when "mikko the slow" fixed the front end
+ 'contains_tags': bool(self.all_tags) # ToDo: delete that thing when "mikko" fixed the front end
68
}
69
70
@property
@@ -132,7 +131,7 @@ def to_dictionary(self):
132
131
'tags': tuple(self.tags),
133
'source': self.source,
134
'lineno': self.lineno,
135
- 'matched': True
+ 'matched': True # ToDo: delete that thing when "mikko" fixed the front end
136
137
138
@setter
0 commit comments