Skip to content

Commit

Permalink
Update _sql_helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored May 20, 2024
1 parent 9359b35 commit a89b6ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wbia/control/_sql_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def version_check():
"""
try:
print("setuptools version:", setuptools.__version__)
except:
print("setuptools version - no able to fetch version")
except Exception as ex:
print("setuptools version - no able to fetch version", ex.message, ex.args)


def compare_string_versions(a, b):
Expand Down

0 comments on commit a89b6ba

Please sign in to comment.