Skip to content

Commit

Permalink
fix matching of indentation before line number in logging test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Jan 1, 2024
1 parent f89cc11 commit 4ace384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rosgraph/test/test_roslogging.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_rosconsole__logging_format():
'rosout',
# TODO(lucasw) not sure what this ought to be, but is breaking test as it was
'\S*', # re.escape(this_file),
'[0-9]*',
'\s*[0-9]*',
function,
# depending if rospy.get_name() is available
'(/unnamed|<unknown_node_name>)',
Expand Down

0 comments on commit 4ace384

Please sign in to comment.