Skip to content

Commit

Permalink
fix a bad indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ggallagher01 committed May 10, 2017
1 parent 664666d commit 422e9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/rospy/src/rospy/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def _base_logger(msg, *args, **kwargs):
rospy_logger = logging.getLogger('rosout')
if name:
rospy_logger = rospy_logger.getChild(name)
logfunc = getattr(rospy_logger, level)
logfunc = getattr(rospy_logger, level)

if throttle:
caller_id = _frame_record_to_caller_id(inspect.stack()[2])
Expand Down

0 comments on commit 422e9ec

Please sign in to comment.