Skip to content

Commit

Permalink
pass path variables if required
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Dec 5, 2024
1 parent 0f863c3 commit 5f9d2ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions QgisModelBaker/gui/topping_wizard/additives_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,8 @@ def validatePage(self) -> bool:
self.topping_wizard.topping.export_settings.layouts = (
self.layouts_model.checked_entries()
)
if self.validatortopping_checkbox.isChecked():
self.topping_wizard.topping.export_settings.path_variables = [
VALIDATION_VARIABLE
]
return super().validatePage()

0 comments on commit 5f9d2ec

Please sign in to comment.