Skip to content

Commit f8c6888

Browse files
committed
lint
1 parent e8a392f commit f8c6888

File tree

1 file changed

+2
-0
lines changed
  • src/compas_ghpython/components_cpython/Compas_Info

1 file changed

+2
-0
lines changed

src/compas_ghpython/components_cpython/Compas_Info/code.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"""
33
Displays information about the active COMPAS environment.
44
"""
5+
56
import Grasshopper
67

78
import os
@@ -12,6 +13,7 @@ class CompasInfo(Grasshopper.Kernel.GH_ScriptInstance):
1213
def RunScript(self):
1314
try:
1415
import compas_bootstrapper
16+
1517
environment_name = compas_bootstrapper.ENVIRONMENT_NAME
1618
except ImportError:
1719
environment_name = os.path.dirname(compas.__file__)

0 commit comments

Comments
 (0)