mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Correct mistake in the collate log support
This commit is contained in:
parent
6b4a21d613
commit
1c494fc4fc
@ -66,7 +66,7 @@ def print_current():
|
||||
if options.diff:
|
||||
grouped.print_deviants(skipmodal=options.skipcommon, count=options.count,
|
||||
reverse=options.reverse)
|
||||
else options.log:
|
||||
elif options.log:
|
||||
grouped.print_all(skipmodal=options.skipcommon,
|
||||
count=options.count,
|
||||
reverse=options.reverse)
|
||||
|
Loading…
Reference in New Issue
Block a user