remove try to expose error

This commit is contained in:
clinton-hall 2019-12-21 13:59:33 +13:00
commit f3459fb252

View file

@ -174,7 +174,7 @@ def parse_args(client_agent, args):
'synods': parse_synods,
}
try:
return clients[client_agent](args)
except Exception:
return None, None, None, None, None
#try:
return clients[client_agent](args)
#except Exception:
# return None, None, None, None, None