Skip to content

Commit 59835b9

Browse files
committed
after j branch merge + fixed small type in f"{}"
1 parent 2a3e237 commit 59835b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pymapmanager/interface/stackWidgets/stackWidget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,7 @@ def loadInNewChannel(self, path:Optional[str] = None) -> int | None:
14631463
QtWidgets.QMessageBox.warning(
14641464
None, # parent widget
14651465
"Import Failed", # title
1466-
f"Import failed. The image pixels need to match existing shape {existingShape}} but got shape (x,y,z)" # message
1466+
f"Import failed. The image pixels need to match existing shape {existingShape} but got shape (x,y,z)" # message
14671467
)
14681468

14691469
def _old_swapChannels(self, srcChannel, destChannel):

0 commit comments

Comments
 (0)