#669 Artifact storage config bug - fallback parameter
Description
EditThe 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 AllLoading audit history...