Skip to content

Commit b03e472

Browse files
committed
relpath to toml
1 parent 3fd3c8e commit b03e472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydeeptools/deeptools/test/test_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
except ModuleNotFoundError:
66
import tomli as tomllib
77

8-
TOMLFILE = os.path.dirname(os.path.abspath(__file__)) + "/../../pyproject.toml"
8+
TOMLFILE = os.path.dirname(os.path.abspath(__file__)) + "/../../../pyproject.toml"
99

1010

1111
def test_tools():

0 commit comments

Comments
 (0)