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

snapshot...

parent 018bf408
Branches
No related tags found
No related merge requests found
......@@ -140,9 +140,9 @@ class Files:
if self._current_index < len(self.flist):
self._current_index += 1
return self.flist[self._current_index]
else:
self._current_index = 0
raise StopIteration
self._current_index = 0
raise StopIteration
class GOESL1B(Files):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment