Skip to content
Snippets Groups Projects
Commit 169c0fa8 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent c5811173
No related branches found
No related tags found
No related merge requests found
......@@ -153,8 +153,8 @@ class Files:
:param timestamp:
:param t_lo_minutes: can be negative or positive
:param t_hi_minutes: can be negative or positive, but must be greater than t_lo_minutes.
:return: the file whose time label is within the absolute range (timestamp + t_lo_minutes, timestamp + t_hi_minutes)
if more than one, return the first occurrence.
:return: the file whose time label is within the range (timestamp + t_lo_minutes, timestamp + t_hi_minutes).
If more than one, return the first occurrence.
"""
if t_hi_minutes <= t_lo_minutes:
......
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