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

Merge branch '28-fix-follow-up-from-refactoring-17' into 'main'

Resolve "fix: follow up from refactoring !17"

Closes #28

See merge request !18
parents 4acc445a a8f69ac7
No related branches found
No related tags found
1 merge request!18Resolve "fix: follow up from refactoring !17"
Pipeline #278841 passed
......@@ -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