Skip to content

Commit 32928d4

Browse files
committed
lint
1 parent ed0e726 commit 32928d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_ghpython/components/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def uninstall_userobjects(userobjects):
105105
dstdir = get_grasshopper_userobjects_path(version)
106106

107107
userobjects = []
108-
for name in os.listdir(dstdir):
108+
for name in os.listdir(dstdir):
109109
if name.lower().startswith('compas'):
110110
userobjects.append(name)
111111

0 commit comments

Comments
 (0)