kbaseattic / assembly

An extensible framework for genome assembly.
MIT License
12 stars 14 forks source link

handle user limit reached message better #268

Closed levinas closed 9 years ago

levinas commented 9 years ago

Right now if the user exceeds the job limit and runs ar-run ... > job.id, the output is the following:

Job ID: <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
<html>
<head>
...
  File "/disks/arast/assembly/lib/assembly/router.py", line 359, in new
    raise cherrypy.HTTPError(403, "User Job limit reached")
HTTPError: (403, 'User Job limit reached')
...
</html>

The expected output should be: STDIO: nothing STDERR: User Job limit reached

levinas commented 9 years ago

This was already done. We saw the message from an old client.