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:
|
try:
|
||||||
args['type']['kind']
|
args['type']['kind']
|
||||||
except:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue