Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed May 13, 2022
1 parent dd0f5cc commit 78b81d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions distributed/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -6607,6 +6607,8 @@ def reschedule(
Things may have shifted and this task may now be better suited to run
elsewhere
"""
assert False

try:
ts = self.tasks[key]
except KeyError:
Expand Down

0 comments on commit 78b81d8

Please sign in to comment.