419 if fpath.exists(): |
419 if fpath.exists(): |
420 res = EricMessageBox.yesNo( |
420 res = EricMessageBox.yesNo( |
421 self, |
421 self, |
422 self.tr("Save regular expression"), |
422 self.tr("Save regular expression"), |
423 self.tr("<p>The file <b>{0}</b> already exists." |
423 self.tr("<p>The file <b>{0}</b> already exists." |
424 " Overwrite it?</p>").format(str(fpath)), |
424 " Overwrite it?</p>").format(fpath), |
425 icon=EricMessageBox.Warning) |
425 icon=EricMessageBox.Warning) |
426 if not res: |
426 if not res: |
427 return |
427 return |
428 |
428 |
429 try: |
429 try: |