python/join.py: Avoid unchecked print in error path
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 4 May 2016 21:39:58 +0000 (09:39 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 9 May 2016 23:43:14 +0000 (01:43 +0200)
commit4456f38612c24effac88386e514791ceb734f878
tree2d8a3a2558692522e428e504ff269b0947be0728
parente822b312389a1a41e1a384f298cb667ffed41edd
python/join.py: Avoid unchecked print in error path

In autobuild this print causes an IOError when stdout is dead,
which hides the exception you care about and prevents the actual
clean up.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/join.py