You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, qgis-deployment-toolbelt launches the scenario.qdt.yml.
If it is missing from the directory where the utility is launched, the following error appears:
File "/home/vincent/QGIS_Deployment_Toolbelt/venv/lib/python3.10/site-packages/qgis_deployment_toolbelt/cli.py", line 196, in qgis_deployment_toolbelt
elif cli_context.invoked_subcommand is None and not Path(scenario).is_file():
UnboundLocalError: local variable 'scenario' referenced before assignment
You should use the scenario_path variable instead
The text was updated successfully, but these errors were encountered:
By default,
qgis-deployment-toolbelt
launches thescenario.qdt.yml
.If it is missing from the directory where the utility is launched, the following error appears:
You should use the
scenario_path
variable insteadThe text was updated successfully, but these errors were encountered: