1
0
mirror of https://github.com/Foltik/dotfiles synced 2025-01-07 08:42:47 -05:00

Add print pad to dump output

This commit is contained in:
Jack Foltz 2018-12-09 11:13:12 -05:00
parent 5943ac3cce
commit e3bb3f31de
Signed by: foltik
GPG Key ID: D1F0331758D1F29A

View File

@ -27,6 +27,8 @@ def dump(package):
else:
print(' ' + k, v)
print()
def lookup_package(name):
try:
package = next(p for p in parsed_packages if p.name == name or p.alias == name)