Skip to content

Commit

Permalink
BuildExecutor.stop: docstring clasrification
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Aug 14, 2022
1 parent dd2d26c commit b49edf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binderhub/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ def stop(self):
"""
Stop watching progress of build
TODO: What exactly is the purpose of this method?
Frees up build watchers that are no longer hooked up to any current requests.
This is not related to stopping the build.
"""
self.stop_event.set()

Expand Down

0 comments on commit b49edf6

Please sign in to comment.