Skip to content
Snippets Groups Projects
Commit 9fa27fc6 authored by tomrink's avatar tomrink
Browse files

snapshot

parent fbe3aa82
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ class Files:
"""
:param timestamp: seconds since the epoch.
:param window: the duration (minutes) of files in this object. Defaults to the constructor time span.
:return: the file whose duration contains the timestamp.
:return: the file whose start time is closest to timestamp.
"""
if window is None:
window = self.span_seconds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment