Skip to content
Snippets Groups Projects
Commit a8f69ac7 authored by Stefan Hynek's avatar Stefan Hynek :drooling_face:
Browse files

fix(dav_provider): reference correct class member

parent 4acc445a
No related branches found
No related tags found
1 merge request!18Resolve "fix: follow up from refactoring !17"
......@@ -101,7 +101,7 @@ class TextgridProject(DAVCollection):
# return names
#
# path resolution has to be rewritten before we can work with resource titles
response = self._tgsearch.list_project_root(self.project_id, self._sid)
response = self._tgsearch.list_project_root(self._project_id, self._sid)
names = []
for result in response.result:
names.append(result.object_value.generic.generated.textgrid_uri.value)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment