Skip to content

Commit 9b82598

Browse files
committed
Make method public
1 parent 5ebcfab commit 9b82598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_ghpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
__version__ = '1.0.0'
2323

2424

25-
def _get_grasshopper_library_path(version):
25+
def get_grasshopper_library_path(version):
2626
if compas.WINDOWS:
2727
grasshopper_library_path = os.path.join(os.getenv('APPDATA'), 'Grasshopper', 'Libraries')
2828
elif compas.OSX:

0 commit comments

Comments
 (0)