From 8abc55b4c13a49812ecee2dd1215ea5e2ae2a22e Mon Sep 17 00:00:00 2001 From: Don Cross Date: Tue, 28 May 2024 19:53:45 -0400 Subject: [PATCH] Log environment variables. Looking for something to explain odd Python calculations. --- generate/commit_hook.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/generate/commit_hook.bat b/generate/commit_hook.bat index 1c8e4300..598d6586 100644 --- a/generate/commit_hook.bat +++ b/generate/commit_hook.bat @@ -6,6 +6,7 @@ REM This batch file is executed on every push to GitHub. REM -------------------------------------------------------------------------------- cd %~dp0 +set set ASTRONOMY_ENGINE_PYTHON_PROBLEM=1 py test.py precision || exit /b 1 set ASTRONOMY_ENGINE_PYTHON_PROBLEM=