Skip to content
Snippets Groups Projects
Commit 1516f785 authored by developer7's avatar developer7
Browse files

ver 4.0.3.5

 comment lines for submodule update when try Git pull
parent e8665271
No related merge requests found
......@@ -168,15 +168,15 @@ class GetHandler(BaseHTTPRequestHandler):
if out == '' : out = 'Up To Date !'
self.wfile.write("GIT: %s" % out)
output = "git submodule update --remote --recursive "
#output = "git submodule update --remote --recursive "
#output = 'git submodule update --init --recursive --remote -- "shell" %s' % gitRepo
#subOutput = os.system(output)
#if subOutput == '':subOutput = 'Up to date'
#self.wfile.write("\nSubmodule: %s" % subOutput)
#os.system('cd web_api/shell')
out = os.system('output')
self.wfile.write('Submodule: %s' % out)
#out = os.system('output')
#self.wfile.write('Submodule: %s' % out)
except Exception as exc:
self.wfile.write("Exception: %s" % exc)
......
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