diff options
Diffstat (limited to 'python/enterprise.py')
| -rw-r--r-- | python/enterprise.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/enterprise.py b/python/enterprise.py index 83a95c27..4bc21d9b 100644 --- a/python/enterprise.py +++ b/python/enterprise.py @@ -363,7 +363,7 @@ class LicenseCheckout: if not is_initialized(): try: initialize() - except: + except Exception: # Named/computer licenses don't need this flow at all if not is_floating_license(): return |
