mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +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:
parent
af82e868d2
commit
6444756b3c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user