Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hello,
i have a code where i am using try and except
ex:
try:
do_something()
except:
cmds.warning("some error")
this function may give some error ex: "pCube03 not found", "can't constraint pCube02"
how can we catch that error message and use that in except as warning.
Solved! Go to Solution.