Skip to content

Commit

Permalink
Fix comment using old dependency file format (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored May 10, 2024
1 parent 7b84a8b commit 81a0e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def test_publish(tmpdir, dbs, persistent_repository, version):
audb.latest_version(DB_NAME)

# Copy database folder to build folder
# to avoid storing `db.csv` files
# to avoid storing dependency table files
# inside the database folders
build_dir = audeer.path(tmpdir, "build")
shutil.copytree(dbs[version], build_dir)
Expand Down

0 comments on commit 81a0e2d

Please sign in to comment.