Skip to content
Snippets Groups Projects
Commit 1c284621 authored by Daniel Brown's avatar Daniel Brown
Browse files

fixing indents

parent 4e420927
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ def start(instance_path,port=5000, debug=False, ip="0.0.0.0", git_bin="/usr/bin/
raise Exception("Instance path of Flask app didn't match the requested value")
os.chdir(instance_path)
# need local copy of src
if not os.path.exists(os.path.join(app.instance_path,"finesse_src")):
print "finesse src folder didn't exist, cloning now..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment