Skip to content

Commit

Permalink
unset interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
Zetanova committed Oct 5, 2023
1 parent a26f9bd commit 9842d4d
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -996,6 +996,9 @@ private void FinalizeStage(GraphStageLogic logic)
if (Log.IsErrorEnabled)
Log.Error(err, "Error during PostStop in [{0}]", Assembly.Stages[logic.StageId]);
}

//we set it and so we unset it
logic.Interpreter = null;
}

/// <summary>
Expand Down

0 comments on commit 9842d4d

Please sign in to comment.