slaprunner: don't tell user false assumptions.

If we don't know, we don't know.
parent fc91b7f2
...@@ -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="Can not create project folder: Permission Denied") 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