Commit 4c95b730 authored by Cédric de Saint Martin's avatar Cédric de Saint Martin Committed by Cédric Le Ninivin

slaprunner: don't tell user false assumptions.

If we don't know, we don't know.
parent 66bb0149
...@@ -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: Permission Denied") result="Cannot 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