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