Opened 15 years ago
Closed 15 years ago
#231 closed defect (fixed)
inconsistent working directory
Reported by: | nbruin | Owned by: | boothby |
---|---|---|---|
Priority: | major | Milestone: | sage-2.8.3 |
Component: | notebook | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Between executing a cell for the first time and then reexecuting that cell, the "current directory" changes:
%sh pwd
the first time gives the "home directory"
/usr/local/sage/nobody
upon reexecution I get
/usr/local/sage/nobody/sage_notebook/worksheets/loaderror/cells/2
i.e., the cell directory.
Attachments (1)
Change History (3)
comment:1 Changed 15 years ago by
- Milestone set to sage-2.8.2
Changed 15 years ago by
comment:2 Changed 15 years ago by
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
this fixes the bug (and more)