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 155052a commit bf76348Copy full SHA for bf76348
src/compas_rhino/__init__.py
@@ -60,6 +60,7 @@
60
# =============================================================================
61
62
63
+
64
def clear(guids=None):
65
import compas_rhino.objects
66
src/compas_rhino/devtools.py
@@ -125,7 +125,7 @@ def stop_watcher(self):
125
self.watcher.Changed
126
self.watcher.Dispose()
127
del self.watcher
128
- except: # noqa : E722
+ except: # noqa : E722
129
pass
130
self.watcher = None
131
0 commit comments