Skip to content

Commit 5b3ef18

Browse files
author
George K. Thiruvathukal
committed
zfind needs to have blank lines between outputs
1 parent 02de204 commit 5b3ef18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zettelgeist/zfind.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def main():
110110
document = row['document']
111111
if len(document) > 0:
112112
print(row['document'])
113+
print()
113114

114115
if args.count:
115116
print("%d Zettels matched search" % search_count)

0 commit comments

Comments
 (0)