2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-11 10:18:00 +00:00

Setting nodeattrib default to show current

This commit is contained in:
Allen Lin37 2017-02-17 10:46:57 -05:00
parent 2d8004000d
commit 1b44d2d781

View File

@ -48,7 +48,7 @@ argparser.add_option('-b', '--blame', action='store_true',
help='Show information about how attributes inherited')
(options, args) = argparser.parse_args()
showtype = 'all'
showtype = 'current'
requestargs=None
try:
noderange = args[0]