← Back to team overview

kabikaboo team mailing list archive

[Bug 508873] Re: v1.7 - No Failed to Save Warning

 

Just looked into it, and it's due ot permissions:

Traceback (most recent call last):
  File "/usr/share/kabikaboo/src/kabikaboo.py", line 1231, in save_document_callback
    self.file.save(self.document)
  File "/usr/share/kabikaboo/src/file.py", line 110, in save
    if self.save_to_file_pickle(self.working_file, document):
  File "/usr/share/kabikaboo/src/file.py", line 293, in save_to_file_pickle
    output = open(filename, 'w')
IOError: [Errno 13] Permission denied: '/home/aidave/Documents/Scripts/Creation Myths/Kabikaboo/CreationMyths-80.kaboo'

So it should be giving the user a warning.

-- 
v1.7 - No Failed to Save Warning
https://bugs.launchpad.net/bugs/508873
You received this bug notification because you are a member of Kabikaboo
Team, which is subscribed to Kabikaboo.

Status in Kabikaboo: New

Bug description:
Save doesnt work at times.  Not sure why yet.





References