2411 if fpath.exists(): |
2411 if fpath.exists(): |
2412 res = EricMessageBox.yesNo( |
2412 res = EricMessageBox.yesNo( |
2413 self, |
2413 self, |
2414 self.tr("Save Diff"), |
2414 self.tr("Save Diff"), |
2415 self.tr( |
2415 self.tr( |
2416 "<p>The patch file <b>{0}</b> already exists." " Overwrite it?</p>" |
2416 "<p>The patch file <b>{0}</b> already exists. Overwrite it?</p>" |
2417 ).format(fpath), |
2417 ).format(fpath), |
2418 icon=EricMessageBox.Warning, |
2418 icon=EricMessageBox.Warning, |
2419 ) |
2419 ) |
2420 if not res: |
2420 if not res: |
2421 return |
2421 return |