浏览代码

211230 log_scan

yukyo0821 3 年之前
父节点
当前提交
10e0285a44
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tools/log_scan.py

+ 2 - 2
tools/log_scan.py

@@ -41,8 +41,8 @@ for gid in git_ids:
 pypath = __file__[0:__file__.replace("\\","/").rfind("/")]
 print(pypath)
 
-os.system("cd " + pypath)
-os.system("cd ..")
+os.system("cd " + pypath + "/..")
+#os.system("cd ..")
 os.system("git pull")
 
 nologlist = []