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 1d56e99 commit e867244Copy full SHA for e867244
src/compas_ghpython/__init__.py
@@ -11,6 +11,7 @@
11
try:
12
import Grasshopper
13
except ImportError:
14
+ # We're not running inside Grasshopper, fail silently
15
pass
16
17
__version__ = "2.14.1"
0 commit comments