Including both the potentially problematic code and post-success actions within the try block can make the code more messy and harder to follow.
Use the else block for post-success actions to create a clear separation between the two.