From 4a30b814fe89aa6da243957012225a7396f7058c Mon Sep 17 00:00:00 2001 From: Dan Funk Date: Mon, 11 Mar 2024 14:36:04 -0400 Subject: [PATCH] just some updated docs. --- spiffworkflow-backend/docs/pycharm.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/spiffworkflow-backend/docs/pycharm.md b/spiffworkflow-backend/docs/pycharm.md index a494bf512..906a4f5d9 100644 --- a/spiffworkflow-backend/docs/pycharm.md +++ b/spiffworkflow-backend/docs/pycharm.md @@ -52,3 +52,11 @@ To avoid the madness of having Black enforce one style, and your editor enforcin Start it up using the play / debug buttons.~~ + +## IMPORTANT +* Before committing changes to the repository, be sure you +execute the run_pyl commend in the top level spiff-arena directory and fix +any issues it reports. +* When doing so, be sure to have the poetry environment *AT THAT TOP LEVEL* +is activated NOT the one in the backend. Otherwise you will get invalid information. +