Menu

#23 FTP queue and tree items

closed-fixed
5
2008-04-28
2008-04-18
No

When a file is added to the queue. Lets say index_en.content and not published
and then you switch the language, edit another file and save it (thus adding it to the queue)
you get the following error:

Traceback (most recent call last):
File "/Users/maker/Documents/workspace/maker-dev/makerGUI.py", line 3010, in OnSaveButton
self.controller.actionSave(event)
File "/Users/maker/Documents/workspace/maker-dev/makerController.py", line 2523, in actionSave
self.markQueuedFilesAsModified()
File "/Users/maker/Documents/workspace/maker-dev/makerController.py", line 1823, in markQueuedFilesAsModified
item = self.getTreeItemForFilename(file)
File "/Users/maker/Documents/workspace/maker-dev/makerController.py", line 1852, in getTreeItemForFilename
return self.fileItems[filename]
KeyError: u'index_en.content'

Discussion

  • Gerald Spreer

    Gerald Spreer - 2008-04-28
    • status: open --> closed-fixed
     
  • Gerald Spreer

    Gerald Spreer - 2008-04-28

    Logged In: YES
    user_id=1508194
    Originator: YES

    fixed in 0.8

     

Log in to post a comment.