Skip to content

Commit 531615e

Browse files
committed
code comment
1 parent b096dcf commit 531615e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/robot/libdocpkg/model.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ def to_dictionary(self):
6363
'keywords': [kw.to_dictionary() for kw in self.keywords],
6464
'generated': get_timestamp(daysep='-', millissep=None),
6565
'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
66+
'contains_tags': bool(self.all_tags) # ToDo: delete that thing when "mikko" fixed the front end
6867
}
6968

7069
@property
@@ -132,7 +131,7 @@ def to_dictionary(self):
132131
'tags': tuple(self.tags),
133132
'source': self.source,
134133
'lineno': self.lineno,
135-
'matched': True
134+
'matched': True # ToDo: delete that thing when "mikko" fixed the front end
136135
}
137136

138137
@setter

0 commit comments

Comments
 (0)