Skip to content

Commit

Permalink
Fixing missing server URL error when doing inference (Project-MONAI#1604
Browse files Browse the repository at this point in the history
)
  • Loading branch information
vis-florum authored Dec 5, 2023
1 parent ac0af6d commit 581a966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/slicer/MONAILabel/MONAILabel.py
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ def getPermissionForImageDataUpload(self):
" will be sent to remote data processing server: {server_url}.\n\n"
"Click 'OK' to proceed with the segmentation.\n"
"Click 'Cancel' to not upload any data and cancel segmentation.\n"
).format(self.serverUrl()),
).format(server_url=self.serverUrl()),
dontShowAgainSettingsKey="MONAILabel/showImageDataSendWarning",
)

Expand Down

0 comments on commit 581a966

Please sign in to comment.