Skip to content

Commit 7067f19

Browse files
CopilotMte90
andcommitted
Add clarifying comment for metadata storage
Co-authored-by: Mte90 <403283+Mte90@users.noreply.github.com>
1 parent 5b64630 commit 7067f19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

analyzer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,8 @@ def analyze_local_path_sync(
451451
uv_info = None
452452

453453
try:
454-
store_file(
454+
# Metadata storage is non-critical, ignore return value
455+
_ = store_file(
455456
database_path,
456457
"uv_detected.json",
457458
json.dumps(uv_info, indent=2),

0 commit comments

Comments
 (0)