@@ -148,7 +148,7 @@ def is_file_valid(file_): |
||
| 148 | 148 |
|
| 149 | 149 |
def get_glob_files(lensman, session): |
| 150 | 150 |
_, thumb = get_session_dir(lensman, session) |
| 151 |
- return glob.iglob('{}/*'.format(thumb))
|
|
| 151 |
+ return glob.glob('{}/*'.format(thumb))
|
|
| 152 | 152 |
|
| 153 | 153 |
|
| 154 | 154 |
def get_all_files(lensman, session): |