I need a try and except block in UI Flow 2.
-
Hi,
I need a try and except block in UI Flow 2.
------- example -------
try:
print(x)
except:
print("An exception occurred") -
This exists in the latest alpha version of UIFLOW2 I am using. Just had to use it because I was getting an exception reading from and I2C device that didnt exist and the program would stop,
-
@jamesarm97 Thank you. I had used the try block.