We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67d57fc + 47d5bd2 commit eb80013Copy full SHA for eb80013
codechecker_common/cli.py
@@ -95,7 +95,7 @@ def main():
95
"""
96
if not os.environ.get('CC_LIB_DIR'):
97
os.environ['CC_LIB_DIR'] = \
98
- os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
+ os.path.dirname(os.path.dirname(__file__))
99
100
data_files_dir_path = get_data_files_dir_path()
101
os.environ['CC_DATA_FILES_DIR'] = data_files_dir_path
0 commit comments