jobs.results() recommending invalid function name
Bug #291396 reported by
Python Nutter
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
IPython |
Fix Released
|
Low
|
Brian Granger |
Bug Description
set up a bg job that will fail
In[1]: bg 0 / 0
reported the status of bg jobs
In[2]: jobs.status()
got the result of a failed job
In [3]: jobs.result(0)
Out[3]: '<BackgroundJob died, call job.traceback() for details>'
****** The correct function call will be jobs.traceback() not the singular job.traceback()
Related branches
lp://staging/~ellisonbg/ipython/bugfixes0411409
- Fernando Perez: Needs Fixing
- Diff: None lines
Changed in ipython: | |
assignee: | nobody → ellisonbg |
importance: | Undecided → Low |
status: | New → Fix Committed |
Changed in ipython: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.