Skip to content

Commit 0fd7655

Browse files
committed
fix minor bugs
Signed-off-by: Roger Barker <roger.barker@swirldslabs.com>
1 parent c166671 commit 0fd7655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/version2query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def consolidate_items() -> bool:
133133
print(f"[red]Error writing consolidated items to {OUTPUT_FILE}: {e}[/red]")
134134
rv = False
135135

136-
if OUTPUT_FILE.exists():
136+
if Path(OUTPUT_FILE).exists():
137137
print(f"[bold green]Saved all items to {OUTPUT_FILE}[/bold green]")
138138
return rv
139139

0 commit comments

Comments
 (0)