From 168687c74d44ade2bf3ba10cac65bd062a738f75 Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Sun, 29 Aug 2021 23:37:47 +0100 Subject: [PATCH] pre merge w master --- binarycpython/utils/grid.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py index 5a12082ba..dab4a486d 100644 --- a/binarycpython/utils/grid.py +++ b/binarycpython/utils/grid.py @@ -678,11 +678,13 @@ class Population: Function/routine to set all the custom logging so that the function memory pointer is known to the grid. - When the memory adress is loaded and + When the memory adress is loaded and the library file is set we'll skip rebuilding the library """ + print("YPYPYP222") # Only if the values are the 'default' unset values if (self.grid_options["custom_logging_func_memaddr"] == -1 and self.grid_options["_custom_logging_shared_library_file"] is None): + print("YPYPYP") verbose_print( "Creating and loading custom logging functionality", self.grid_options["verbosity"], -- GitLab