Skip to content

Commit

Permalink
Forgot to import os.path
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Sep 23, 2024
1 parent 580f664 commit 00ecf53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eessi/testsuite/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
# but SHOULD exist when this is run from a downloaded tarball from git)

# Pyproject.toml should be two levels up from this file
import os.path
pyproject_toml = "%s/../../pyproject.toml" % os.path.dirname(__file__)

# Variables to track if we're in the right section and to store the fallback_version
Expand Down

0 comments on commit 00ecf53

Please sign in to comment.