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, 'synods': parse_synods,
} }
try: #try:
return clients[client_agent](args) return clients[client_agent](args)
except Exception: #except Exception:
return None, None, None, None, None # return None, None, None, None, None