We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a32d8 commit 3be1503Copy full SHA for 3be1503
python/lsst/sconsUtils/__init__.py
@@ -16,7 +16,7 @@
16
# Try to import the generated version module.
17
try:
18
from .version import *
19
-except:
+except Exception:
20
__version__ = "unknown"
21
22
# These should remain in their own namespaces
0 commit comments