We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f480a18 commit ef46548Copy full SHA for ef46548
qgis_deployment_toolbelt/plugins/plugin.py
@@ -194,7 +194,7 @@ def from_zip(cls, input_zip_path: Path) -> QgisPlugin:
194
return cls.from_dict(plugin_md_as_dict)
195
196
@property
197
- def download_url(self) -> str:
+ def download_url(self) -> str | None:
198
"""Try to guess download URL if it's not set during the object init.
199
200
Returns:
0 commit comments