[Fix] Fixed Incremental Prediction Typo (#176)

Co-authored-by: Tim Lorsbach <tim@lorsba.ch>
Reviewed-on: enviPath/enviPy#176
This commit is contained in:
2025-10-28 23:29:08 +13:00
parent de44c22606
commit 37e0e18a28

View File

@ -1955,7 +1955,7 @@ def package_pathway(request, package_uuid, pathway_uuid):
current_user, current_user,
predict, predict,
current_pathway.pk, current_pathway.pk,
current_pathway.prediction_setting.pk, current_pathway.setting.pk,
node_pk=n.pk, node_pk=n.pk,
) )