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 e8a392f commit f8c6888Copy full SHA for f8c6888
src/compas_ghpython/components_cpython/Compas_Info/code.py
@@ -2,6 +2,7 @@
2
"""
3
Displays information about the active COMPAS environment.
4
5
+
6
import Grasshopper
7
8
import os
@@ -12,6 +13,7 @@ class CompasInfo(Grasshopper.Kernel.GH_ScriptInstance):
12
13
def RunScript(self):
14
try:
15
import compas_bootstrapper
16
17
environment_name = compas_bootstrapper.ENVIRONMENT_NAME
18
except ImportError:
19
environment_name = os.path.dirname(compas.__file__)
0 commit comments