Re-raise the Same Exception

Catch a ValueError, log it by setting a variable, then re-raise it with a bare raise.
Python
Setting up Python environment...
Output