mirror of
https://github.com/xcat2/confluent.git
synced 2025-07-11 15:21:31 +00:00
Correct mistake in the collate log support
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user