Skip to content

Commit eafe9a2

Browse files
Remove unnecessary comment in mixin_argument.py
Remove comment about command line arguments order.
1 parent 5847f20 commit eafe9a2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

colcon_mixin/mixin/mixin_argument.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ def collect_parsers_by_verb(root, parsers, parent_verbs=()):
193193
# each mixin by prepending its list values, iterating in reverse
194194
# makes the resulting list follow the order the mixins were given
195195
# on the command line while keeping any explicit command line
196-
# arguments last (see #40)
197196
for mixin in reversed(args.mixin or ()):
198197
mixin_args = mixins[mixin]
199198
logger.debug(

0 commit comments

Comments
 (0)