Skip to content

Instantly share code, notes, and snippets.

@iamwithnail
Created October 11, 2016 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamwithnail/c3d87d792cdb229fc29e7cfb8b153281 to your computer and use it in GitHub Desktop.
Save iamwithnail/c3d87d792cdb229fc29e7cfb8b153281 to your computer and use it in GitHub Desktop.
try:
test = res.Records.SOAPRecord
good = True
except:
good = False
print " moving on"
if good:
... #other stuff here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment