Skip to content

Commit fcfa146

Browse files
authored
Merge pull request #2887 from alicevision/fix/errorMessage
Improve error message for image import failure
2 parents 730852c + dbf9bc3 commit fcfa146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/ui/reconstruction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ def onImportImagesFailed(self, msg):
839839
self.error.emit(
840840
Message(
841841
"Failed to Import Images",
842-
"You probably have a corrupted image within the images that you are trying to import.",
842+
"A corrupted image in the import set or an installation error may have caused this issue.",
843843
"" # msg
844844
)
845845
)

0 commit comments

Comments
 (0)