#669 Artifact storage config bug - fallback parameter

closed low Created 2025-12-23 21:39 · Updated 2025-12-23 21:39

Description

Edit
The artifact_service.py was using config.get() with fallback= parameter which doesn't exist in our Config class. This caused artifact files to be stored in ~/.highway-artifacts instead of /app/artifacts/. Fixed by changing to required=False.

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...