changed except to except a generic Exception (more info needed on which exceptions to catch)
parent
8e010abb9a
commit
c46724ea5e
|
@ -63,7 +63,7 @@ def dump_schema(url, method, graphversion, headers):
|
|||
|
||||
try:
|
||||
args['type']['kind']
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue