Fix archived entry listing

This commit is contained in:
thePR0M3TH3AN
2025-07-07 14:14:37 -04:00
parent 08d8fa0049
commit 0fb09779fd

View File

@@ -728,7 +728,8 @@ class EntryManager:
print(colored(f" Label: {entry.get('label', '')}", "cyan")) print(colored(f" Label: {entry.get('label', '')}", "cyan"))
print( print(
colored( colored(
f" Derivation Index: {entry.get('index', index)}", "cyan" f" Derivation Index: {entry.get('index', idx)}",
"cyan",
) )
) )
print("-" * 40) print("-" * 40)