Skip to content

Commit

Permalink
Update pyedit.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
echoix and github-actions[bot] authored Sep 10, 2024
1 parent 7fd2842 commit 895fd8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gui/wxpython/gui_core/pyedit.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,9 +506,9 @@ def OpenRecentFile(self, path, file_exists, file_history):
"""
if not file_exists:
GError(
_("File <{path}> doesn't exist. It was probably moved or deleted.").format(
path=path
),
_(
"File <{path}> doesn't exist. It was probably moved or deleted."
).format(path=path),
parent=self.guiparent,
)
return
Expand Down

0 comments on commit 895fd8c

Please sign in to comment.