mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Fix handling nested ILIAS folders
This commit is contained in:
parent
79efdb56f7
commit
d97d6bf147
@ -239,7 +239,7 @@ class KitIliasWebCrawler(HttpCrawler):
|
||||
|
||||
# Fill up our task list with the found elements
|
||||
await gather_elements()
|
||||
tasks = [self._handle_ilias_element(PurePath("."), element) for element in elements]
|
||||
tasks = [self._handle_ilias_element(path, element) for element in elements]
|
||||
|
||||
# And execute them
|
||||
await self.gather(tasks)
|
||||
|
Loading…
Reference in New Issue
Block a user