Menu

#60 'Dublicate name' not working

Run from Source
open-accepted
ianaré
General (31)
5
2010-12-24
2010-10-26
lauriesk
No

At the right moment 'Dublicate name' dialog pops up. After accepting creation of t_m_p folder an error is printed:

status message : 'Renaming in progress, please wait ...'
status message : 'Duplicate name'
Traceback (most recent call last):
File "/usr/share/metamorphose2/MainWindow/__init__.py", line 1029, in renameItems
self.renamer.renameItems(event)
File "/usr/share/metamorphose2/renamer/__init__.py", line 87, in renameItems
self.Engine.renameItems(event)
File "/usr/share/metamorphose2/renamer/engine.py", line 305, in renameItems
error, itemsRenamed = self.renameItemList(event)
File "/usr/share/metamorphose2/renamer/engine.py", line 159, in renameItemList
if not path.endswith(sep):
NameError: global name 'sep' is not defined

t_m_p directory is not created, GUI is not frozen, mouse cursor is changed to 'busy'.

Metamorphose2 0.7.1 beta, using Python 2.7.0, wxPython 2.8.11

Discussion

  • ianaré

    ianaré - 2010-12-24

    This has been fixed in SVN, unfortunately it escaped my attention for the latest release. Will try to get the fix out before the end of the year.

     
  • ianaré

    ianaré - 2010-12-24
    • status: open --> open-accepted
     

Log in to post a comment.