Skip to content
Snippets Groups Projects
Commit daf40602 authored by Renaud Le Gac's avatar Renaud Le Gac
Browse files

Bug fix: indentation !

parent 52ee2083
No related merge requests found
...@@ -72,10 +72,10 @@ def index(): ...@@ -72,10 +72,10 @@ def index():
res = eval(cmd) res = eval(cmd)
except BaseException, e: except BaseException, e:
print "Exception in the configuration controller:" print "Exception in the configuration controller:"
print "-"*72 print "-"*72
traceback.print_exc(file=sys.stdout) traceback.print_exc(file=sys.stdout)
print "-"*72 print "-"*72
raise HTTP(500, e) raise HTTP(500, e)
# NOTE: the client expect the following object: # NOTE: the client expect the following object:
# ExtJs.3.1.1 {action: "xx", method: "y", result: [], type:"rpc", tid:2} # ExtJs.3.1.1 {action: "xx", method: "y", result: [], type:"rpc", tid:2}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment