alcemirfernandes / pynguin

Automatically exported from code.google.com/p/pynguin
GNU General Public License v3.0
0 stars 0 forks source link

auto backup fails when started in non-writable directory #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Traceback (most recent call last):
  File "/home/lee/python/pynguin/mw.py", line 452, in autosave
    self._writefile(fp)
  File "/home/lee/python/pynguin/mw.py", line 465, in _writefile
    z = zipfile.ZipFile(fp, 'w')
  File "/usr/lib/python2.6/zipfile.py", line 683, in __init__
    self.fp = open(file, modeDict[mode])
IOError: [Errno 13] Permission denied: 'backup~.pyn'

Original issue reported on code.google.com by miss...@hotmail.com on 29 Jul 2010 at 6:16

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 728c74439e.

Original comment by miss...@hotmail.com on 31 Jul 2010 at 3:45