Skip to content

Commit

Permalink
Change feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanbasten-ns committed Sep 14, 2023
1 parent 4e8695a commit 7fb78e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion threedi_plugin_model_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def fail(msg):
logger.info(f"Comparing grid slug: {grid_model_slug} to result slug: {result_model_slug}")

if not grid_model_slug or not result_model_slug:
msg = "Unable to determine to which 3Di model this computational grid or result belongs"
msg = "No grid or result slug available, unable to validate to which 3Di model this computational grid or result belongs"
messagebar_message(TOOLBOX_MESSAGE_TITLE, msg, Qgis.Warning, 5)
elif result_model_slug != grid_model_slug:
# Really wrong grid, find a grid with the right slug, if not available, abort with pop-up
Expand Down

0 comments on commit 7fb78e7

Please sign in to comment.