comment adjustment

This commit is contained in:
Bernardo Damele 2012-12-17 11:28:03 +00:00
parent 2442a58884
commit f40c52cc17

View File

@ -286,7 +286,7 @@ def scan_delete(taskid):
@get("/scan/<taskid>/log")
def scan_log(taskid):
"""
Read the informational log messages
Retrieve the log messages
"""
if taskid not in tasks:
abort(500, "Invalid task ID")