mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Fix handling nested ILIAS folders
This commit is contained in:
parent
79efdb56f7
commit
d97d6bf147
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue