Skip to content

Commit

Permalink
roslaunch/xmlloader: use continue instead of pass for args_only (ros#…
Browse files Browse the repository at this point in the history
  • Loading branch information
christophebedard authored and tahsinkose committed Apr 15, 2019
1 parent 6a5d97a commit c3cf239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/roslaunch/src/roslaunch/xmlloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ def _recurse_load(self, ros_config, tags, context, default_machine, is_core, ver
self._arg_tag(tag, context, ros_config, verbose=verbose)
elif self.args_only:
# do not load other tags
pass
continue
elif name == 'group':
if ifunless_test(self, tag, context):
self._check_attrs(tag, context, ros_config, XmlLoader.GROUP_ATTRS)
Expand Down

0 comments on commit c3cf239

Please sign in to comment.