Skip to content

Commit

Permalink
Update src/pyFAI/gui/pilx/MainWindow.py
Browse files Browse the repository at this point in the history
Co-authored-by: Loïc Huder <42204205+loichuder@users.noreply.github.com>
  • Loading branch information
kif and loichuder authored Sep 17, 2024
1 parent 7e36f3a commit 2237107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyFAI/gui/pilx/MainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def initData(self,
try:
image_grp = h5file[path]
except KeyError:
error_msg = f"Cannot access diffraction images at {path}: not such path."
error_msg = f"Cannot access diffraction images at {path}: no such path."
logging.warning(error_msg)
status_bar = self.statusBar()
if status_bar:
Expand Down

0 comments on commit 2237107

Please sign in to comment.