提交 667d2715 创建 作者: 宋海霞's avatar 宋海霞

提交作业

上级 cd4d4654
...@@ -7,6 +7,8 @@ import os ...@@ -7,6 +7,8 @@ import os
import filecmp import filecmp
import subprocess import subprocess
import platform import platform
import webbrowser
print( print(
"************************************************************\n" "************************************************************\n"
...@@ -23,7 +25,7 @@ stream = AnsiToWin32(sys.stderr).stream ...@@ -23,7 +25,7 @@ stream = AnsiToWin32(sys.stderr).stream
if __name__ == "__main__": if __name__ == "__main__":
print("gitpush.py version: 1.0") print("gitpush.py version: 1.0")
webbrowser.open("http://www.codecode.com")
execResult = os.system("git config credential.helper \"\" && git add . && git commit -m \"提交作业\"") execResult = os.system("git config credential.helper \"\" && git add . && git commit -m \"提交作业\"")
if execResult == 256 or execResult == 1: if execResult == 256 or execResult == 1:
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论