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 4e9a9a5 commit d47a452Copy full SHA for d47a452
tests/searchcommands/__init__.py
@@ -29,7 +29,7 @@ def load_tests(loader, tests, pattern):
29
from splunklib.searchcommands import environment
30
from splunklib import searchcommands
31
32
- package_directory = path.dirname(path.abspath(__file__))
+ package_directory = path.dirname(path.realpath(__file__))
33
project_root = path.dirname(path.dirname(package_directory))
34
35
0 commit comments