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 d31d526 commit 5b46b6aCopy full SHA for 5b46b6a
mypy/test/config.py
@@ -6,7 +6,7 @@
6
if provided_prefix:
7
PREFIX = provided_prefix
8
else:
9
- this_file_dir = os.path.dirname(os.path.realpath(__file__))
+ this_file_dir = os.path.dirname(os.path.abspath(__file__))
10
PREFIX = os.path.dirname(os.path.dirname(this_file_dir))
11
12
# Location of test data files such as test case descriptions.
0 commit comments