Typo

parent d2217eca
...@@ -380,8 +380,8 @@ def request_slave(): ...@@ -380,8 +380,8 @@ def request_slave():
a(software_type) a(software_type)
partition = execute_db('partition', q, args, one=True) partition = execute_db('partition', q, args, one=True)
if partition is None: if partition is None:
app.logger.warning('No partition corresponding to slave request: %s') % \ app.logger.warning('No partition corresponding to slave request: %s' % \
args args)
abort(408) abort(408)
# We set slave dictionnary as described in docstring # We set slave dictionnary as described in docstring
......
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