Skip to content

Commit c643387

Browse files
committed
docs: Fix escape character in data.py module docstring
1 parent 4f6bf91 commit c643387

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gisnav/data.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111
)
1212
return position
1313
except DataValueError as dve:
14-
self.get_logger().warn(f'Error determining vehicle position:\n{dve},\n{traceback.print_exc()}.')
14+
self.get_logger().error('Error determining vehicle position.')
1515
return None
16-
1716
"""
1817
from __future__ import annotations # Python version 3.7+
1918

0 commit comments

Comments
 (0)