Towards launching

This commit is contained in:
GeoffreyCoulaud
2023-05-07 23:20:39 +02:00
parent 855ab2c5e8
commit f3190e50b6
2 changed files with 2 additions and 2 deletions

View File

@@ -84,6 +84,7 @@ class Importer:
def __import_source(self, *args, **kwargs):
"""Source import thread entry point"""
# TODO error handling in source iteration
source, *rest = args
iterator = source.__iter__()
with self.progress_lock: