Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pgierz committed Nov 14, 2024
1 parent 8ba37ae commit 265fa59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fixtures/example_data/fesom_2p6_pimesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ def fesom_2p6_pimesh_esm_tools_data(fesom_2p6_esm_tools_download_data):
for file in files:
print(f"File: {os.path.join(root, file)}")

print(f">>> RETURNING: {data_dir}")
return data_dir
print(f">>> RETURNING: {data_dir / 'fesom_2p6_pimesh' }")
return data_dir / "fesom_2p6_pimesh"

0 comments on commit 265fa59

Please sign in to comment.