mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-21 17:11:58 +00:00
nodelist delimiters fixed for py2 compatibility
This commit is contained in:
parent
9e070a14d4
commit
c7a323b370
@ -68,7 +68,7 @@ def main():
|
||||
else:
|
||||
elem=(res['item']['href'].replace('/', ''))
|
||||
list.append(elem)
|
||||
print(*list, sep = options.delim)
|
||||
print(options.delim.join(list))
|
||||
|
||||
sys.exit(exitcode)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user