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:
parent
5943ac3cce
commit
e3bb3f31de
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user