mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-21 17:11:58 +00:00
Fix stray blank line at end of nodelist
Wrong indentation level for nodelist resulting in spurious line.
This commit is contained in:
parent
5ae3f4c62a
commit
3ffeef5cf3
@ -68,7 +68,7 @@ def main():
|
||||
else:
|
||||
elem=(res['item']['href'].replace('/', ''))
|
||||
list.append(elem)
|
||||
print(options.delim.join(list))
|
||||
print(options.delim.join(list))
|
||||
|
||||
sys.exit(exitcode)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user