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

snapshot...

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