!494 fix install path symbol bug

Merge pull request !494 from lihongda/master
This commit is contained in:
opengauss-bot 2020-12-14 19:00:14 +08:00 committed by Gitee
commit 388aa9aae0
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ def checkPath(path_type_in):
sep1_ascii = ord('/')
sep2_ascii = ord('_')
sep3_ascii = ord('-')
sep3_ascii = ord('.')
sep4_ascii = ord('.')
for i in range(0, pathLen):
char_check = ord(path_type_in[i])
if (not (