修改一处路径问题

This commit is contained in:
zhangxin 2020-08-12 13:00:44 +08:00
parent ab8d8aeab8
commit 70c1145a31
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import ycm_core
# These are the compilation flags that will be used in case there's no
# compilation database set (by default, one is not set).
# CHANGE THIS LIST OF FLAGS. YES, THIS IS THE DROID YOU HAVE BEEN LOOKING FOR.
sys.path.append(os.path.abspath(os.path.dirname(__file__)))
sys.path.append(os.path.dirname(os.path.abspath(__file__)))
BASE_DIR = os.path.dirname(os.path.realpath(__file__))