partsdb

electronic parts inventory
git clone https://git.e1e0.net/partsdb.git
Log | Files | Refs

commit 7e8fccd17ced4084d228b1873263c81d2ea2466f
parent fb44abb7ea0f08be4c7cfe0227cada9a70fb3a0c
Author: Paco Esteban <paco@e1e0.net>
Date:   Sun, 14 Mar 2021 11:23:00 +0100

cosmetic change for history display

Diffstat:
Mhelpers.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers.py b/helpers.py @@ -86,5 +86,5 @@ def print_part(p, history, get_files=False): print("History:") for h in history: print(f"{h['insert_date']} | " - f"{h['movement']} | " + f"{h['movement']:4} | " f"{h['mcomment']}")