Ticket #1412 (closed defect: fixed)
[with patch, with postive review] creating directory in notebook cell #x makes evaluation of cell #x hang
| Reported by: | boothby | Owned by: | was |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.9 |
| Component: | notebook | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Executing the following in a notebook cell works exactly once. If one tries to re-evaluate the cell, an OSError is hit by the server, the evaluation never terminates nor does any work.
os.mkdir("tmp")
Attachments
Change History
comment:2 Changed 5 years ago by mabshoff
- Summary changed from creating directory in notebook cell #x makes evaluation of cell #x hang to [with patch] creating directory in notebook cell #x makes evaluation of cell #x hang
Note: See
TracTickets for help on using
tickets.

