We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 757b223 commit 3f4f892Copy full SHA for 3f4f892
src/diffpy/srxplanar/loadimage.py
@@ -67,7 +67,7 @@ def flipImage(self, pic):
67
return pic
68
69
def loadImage(self, filename):
70
- """Load image file using pathlib only. If loading fails (e.g.
+ """Load image file using pathlib. If loading fails (e.g.
71
incomplete file), retry for 5 seconds (10×0.5s).
72
73
:param filename: str or Path, image file name or path
0 commit comments