Commit 7b2c4242 by sikang

bug fix

parent 583bbde2
......@@ -67,7 +67,7 @@ class PackageGarble:
#添加一个结尾标识,避免有路径中间有重复的包名被替换
mp_path += "**"
mp_path = mp_path.replace(
".%s**" % mp_path.split(".")[size-1], "")
".%s" % mp_path.split(".")[size-1], "")
random_str = random_str.replace(
".%s" % random_str.split(".")[size-1], "")
size -= 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment