Skip to content

Commit c908686

Browse files
committed
fix: resolve CI pre-commit and dependency failures
1 parent 610f493 commit c908686

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

spp_mis_demo_v2/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"spp_statistic",
2727
"spp_aggregation",
2828
"spp_studio",
29-
# GIS API for QGIS plugin (registers 'gis' scope for demo API client)
30-
"spp_api_v2_gis",
29+
# NOTE: spp_api_v2_gis (GIS API for QGIS plugin) is a soft dependency.
30+
# Install it separately to activate the 'gis' scopes on the demo API client.
3131
# QR Credentials (Claim 169)
3232
"spp_claim_169",
3333
# Demo-specific extensions

spp_mis_demo_v2/models/mis_demo_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3887,7 +3887,7 @@ def _generate_coordinates(self, stats):
38873887
coordinates_generated += 1
38883888

38893889
except Exception as e:
3890-
_logger.warning("[spp.mis.demo] Failed to generate coordinates for area %s: %s", area.name, e)
3890+
_logger.warning("[spp.mis.demo] Failed to generate coordinates for area %s: %s", area.id, e)
38913891
continue
38923892

38933893
stats["coordinates_generated"] = coordinates_generated

0 commit comments

Comments
 (0)