Skip to content

Commit

Permalink
fix resume/replay bug
Browse files Browse the repository at this point in the history
Differential Revision: D49965813
  • Loading branch information
Craig Sanders authored and facebook-github-bot committed Oct 5, 2023
1 parent e2795f2 commit ba13345
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aepsych/server/replay.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ def replay(server, uuid_to_replay, skip_computations=False):
logger.debug(f"replay - type = {result.message_type} request = {request}")
server.handle_request(request)

server.is_performing_replay = False


def get_strats_from_replay(server, uuid_of_replay=None, force_replay=False):
if uuid_of_replay is None:
Expand Down

0 comments on commit ba13345

Please sign in to comment.