eric6/UI/FindFileDialog.py

changeset 8265
0090cfa83159
parent 8260
2161475d9639
child 8273
698ae46f40a4
equal deleted inserted replaced
8264:f95dde35d0ab 8265:0090cfa83159
735 """<p>Could not save the file <b>{0}</b>.""" 735 """<p>Could not save the file <b>{0}</b>."""
736 """ Skipping it.</p><p>Reason: {1}</p>""") 736 """ Skipping it.</p><p>Reason: {1}</p>""")
737 .format(fn, str(err)) 737 .format(fn, str(err))
738 ) 738 )
739 739
740 self.findProgress.setValue(index) 740 self.findProgress.setValue(index + 1)
741 741
742 self.findProgressLabel.setPath("") 742 self.findProgressLabel.setPath("")
743 743
744 self.findList.clear() 744 self.findList.clear()
745 self.replaceButton.setEnabled(False) 745 self.replaceButton.setEnabled(False)

eric ide

mercurial