N
N
neuroepoc2018-03-21 23:42:42
Python
neuroepoc, 2018-03-21 23:42:42

Are there any pitfalls when using try-except constructs in heroku python scripts?

I'm interested in the behavior of HEROKU when using the try-except construct in a script.
by trying to use:

try:
   a
except:
   b

I get the execution of both a and b (both code sections, regardless of error exceptions)

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question