Skip to content

Commit b49edf6

Browse files
committed
BuildExecutor.stop: docstring clasrification
1 parent dd2d26c commit b49edf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

binderhub/build.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ def stop(self):
180180
"""
181181
Stop watching progress of build
182182
183-
TODO: What exactly is the purpose of this method?
183+
Frees up build watchers that are no longer hooked up to any current requests.
184+
This is not related to stopping the build.
184185
"""
185186
self.stop_event.set()
186187

0 commit comments

Comments
 (0)