mirror of
https://github.com/xcat2/confluent.git
synced 2026-01-07 16:42:30 +00:00
Fix stray blank line at end of nodelist
Wrong indentation level for nodelist resulting in spurious line.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user