From 6444756b3c256c46b229d2d65bd13d943c65f4c1 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 17 Jan 2018 10:06:54 -0500 Subject: [PATCH] Add list to upload command Have the upload command do list at the end to give affirmation of what happened. --- confluent_client/bin/nodemedia | 1 + 1 file changed, 1 insertion(+) diff --git a/confluent_client/bin/nodemedia b/confluent_client/bin/nodemedia index 1a2582ba..69e2bde0 100644 --- a/confluent_client/bin/nodemedia +++ b/confluent_client/bin/nodemedia @@ -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,