We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c184f5d commit 463d941Copy full SHA for 463d941
rerun_py/rerun_sdk/rerun/blueprint/api.py
@@ -482,6 +482,8 @@ def __init__(
482
self.time = to_nanos(duration_cursor)
483
elif timestamp_cursor is not None:
484
self.time = to_nanos_since_epoch(timestamp_cursor)
485
+ else:
486
+ self.time = None
487
488
def _log_to_stream(self, stream: RecordingStream) -> None:
489
"""Internal method to convert to an archetype and log to the stream."""
0 commit comments