Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove double exception print #4246

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 11, 2024

  1. Remove double exception print

    In case of a connection error, an exception description was printed on the standard output twice: once by the outer test_connection method and once by the inner _(legacy_)test_urls method. The legacy version tries multiple URLs and prints the exception description on each failure. Thus, removed the outer print that only duplicates the last caught exception.
    
    Card IDs:
    
    * CCT-724
    
    Signed-off-by: Štěpán Tomsa <[email protected]>
    Glutexo committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b9e76ea View commit details
    Browse the repository at this point in the history