Ticket #2193 (closed defect: fixed)
TurtleArt assumes it can write to the current directory
| Reported by: | lfaraone | Owned by: | walter |
|---|---|---|---|
| Priority: | Unspecified by Maintainer | Milestone: | Unspecified by Release Team |
| Component: | Turtleart | Version: | Git as of bugdate |
| Severity: | Critical | Keywords: | |
| Cc: | Distribution/OS: | Debian | |
| Bug Status: | Unconfirmed |
Description
If you run "turtleart" in a directory you can't write to, TA crashes on start.
Traceback (most recent call last):
File "/usr/bin/turtleart", line 612, in <module>
TurtleMain()
File "/usr/bin/turtleart", line 143, in __init__
data_file = open('.turtleartrc', 'a+')
IOError: [Errno 13] Permission denied: '.turtleartrc'
Change History
Note: See
TracTickets for help on using
tickets.
