Skip to content

Commit

Permalink
Correction after rebasing
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
  • Loading branch information
ivanpauno committed Apr 21, 2020
1 parent 629a22c commit da86a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclpy/rclpy/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def init(self, args: Optional[List[str]] = None, *, initialize_logging: bool = T
with g_logging_configure_lock:
g_logging_ref_count += 1
if g_logging_ref_count == 1:
rclpy_implementation.rclpy_logging_configure(self._handle)
rclpy_implementation.rclpy_logging_configure(capsule)

def ok(self):
"""Check if context hasn't been shut down."""
Expand Down

0 comments on commit da86a77

Please sign in to comment.