Commit b0ecfe66 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Merge slaprunner-mmcleanup into master

Conflicts:
	slapos/runner/gittools.py
parents feb2ef01 addad86a
...@@ -24,7 +24,7 @@ def cloneRepo(data): ...@@ -24,7 +24,7 @@ def cloneRepo(data):
workDir = data['path'] workDir = data['path']
if not workDir: if not workDir:
return jsonify(code=0, return jsonify(code=0,
result="Cannot create project folder.") result="Can not create project folder.")
code = 0 code = 0
json = "" json = ""
try: try:
......
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