We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f21fb commit 784b217Copy full SHA for 784b217
tests/cli_test.py
@@ -2,7 +2,7 @@
2
from tempfile import NamedTemporaryFile
3
from os import system
4
5
-DIR = Path(__file__).absolute().parents[0]
+DIR = Path(__file__).resolve().parent
6
7
expected = """\
8
/*
0 commit comments