Merge branch 'master' of /git/ansible

This commit is contained in:
Kevin Fenzi 2015-06-05 16:40:25 +00:00
commit 217a416f31

View file

@ -241,4 +241,6 @@ if __name__ == '__main__':
main()
except Exception as e:
import traceback
print >> sys.stderr, '%s' % traceback.format_exc()
send_error(str(e))