Skip to content
Snippets Groups Projects
Commit 1e54d0e5 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 18226429
Branches
No related tags found
No related merge requests found
...@@ -149,8 +149,9 @@ class Files: ...@@ -149,8 +149,9 @@ class Files:
fname = self.flist[self._current_index] fname = self.flist[self._current_index]
t_start = self.ftimes[self._current_index, 0] t_start = self.ftimes[self._current_index, 0]
t_stop = self.ftimes[self._current_index, 1] t_stop = self.ftimes[self._current_index, 1]
dto = self.dto_s[self._current_index]
self._current_index += 1 self._current_index += 1
return fname, t_start, t_stop return fname, t_start, t_stop, dto
self._current_index = 0 self._current_index = 0
raise StopIteration raise StopIteration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment