changed except to except a generic Exception (more info needed on which exceptions to catch)

pull/11/head
fuomag9 2020-02-05 13:17:28 +01:00
parent 8e010abb9a
commit c46724ea5e
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ def dump_schema(url, method, graphversion, headers):
try:
args['type']['kind']
except:
except Exception:
pass
try: