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) |