Ticket #2193 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Changed 3 years ago by walter

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.