reconcile: Align "N/A" with numbers.
This commit is contained in:
parent
dbe8d02b78
commit
9e6b5b408a
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ entries, _, options = loader.load_file(beancount_file)
|
|||
for desc, query in QUERIES.items():
|
||||
rtypes, rrows = run_query(entries, options, query, numberify=True)
|
||||
if not rrows:
|
||||
print(f'{desc:<55} N/A')
|
||||
print(f'{desc:<55} {"N/A":>11}')
|
||||
elif desc.startswith('04'):
|
||||
homedir = os.getenv('HOME')
|
||||
print(f'{desc}\n See {grep_output_file.name}')
|
||||
|
|
Loading…
Reference in a new issue