diff --git a/dcm2bids/version.py b/dcm2bids/version.py index f8b88f8a..8429a0cd 100644 --- a/dcm2bids/version.py +++ b/dcm2bids/version.py @@ -42,10 +42,8 @@ def check_github_latest(githubRepo, timeout=3): try: output = check_output(shlex.split("curl --silent " + url), timeout=timeout) except: - logger.debug( - "Checking latest version of %s was not possible", githubRepo, - exc_info=True, - ) + logger.info(f"Checking latest version of {githubRepo} was not possible") + logger.debug(f"Error while 'curl --silent {url}'", exc_info=True) return # The output should have this format