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 5ebcfab commit 9b82598Copy full SHA for 9b82598
src/compas_ghpython/__init__.py
@@ -22,7 +22,7 @@
22
__version__ = '1.0.0'
23
24
25
-def _get_grasshopper_library_path(version):
+def get_grasshopper_library_path(version):
26
if compas.WINDOWS:
27
grasshopper_library_path = os.path.join(os.getenv('APPDATA'), 'Grasshopper', 'Libraries')
28
elif compas.OSX:
0 commit comments