2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 17:43:14 +00:00

Add list to upload command

Have the upload command do list at the end to give affirmation of
what happened.
This commit is contained in:
Jarrod Johnson 2018-01-17 10:06:54 -05:00
parent af82e868d2
commit 6444756b3c

View File

@ -125,6 +125,7 @@ def upload_media(noderange, media):
'Nodes had errors receiving media ({0})!\n'.format(allerrnodes))
for node in noderrs:
sys.stderr.write('{0}: {1}\n'.format(node, noderrs[node]))
list_media(noderange, media)
funmap = {
'upload': upload_media,