audeering / audb

Manage audio and video databases
https://audeering.github.io/audb/
Other
23 stars 1 forks source link

Fix comment using old dependency file format #405

Closed hagenw closed 4 months ago

hagenw commented 4 months ago

In one comment in the code we were still referring to the old dependency table file (db.csv), but since https://github.com/audeering/audb/pull/398 the new file is db.parquet. I re-phrashed the comment to be independent of the actual file name.