From de0b6f524e1262fcd25d2fb1014fad62913ce844 Mon Sep 17 00:00:00 2001
From: dh00601 <dh00601@surrey.ac.uk>
Date: Sun, 14 Nov 2021 17:50:35 +0000
Subject: [PATCH] changed defualts

---
 binarycpython/utils/grid_options_defaults.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/binarycpython/utils/grid_options_defaults.py b/binarycpython/utils/grid_options_defaults.py
index bfe7a48b0..68db0f4b9 100644
--- a/binarycpython/utils/grid_options_defaults.py
+++ b/binarycpython/utils/grid_options_defaults.py
@@ -475,8 +475,8 @@ grid_options_descriptions = {
     "_commandline_input": "String containing the arguments passed to the population object via the command line. Set and used by the population object.",
     "_system_generator": "Function object that contains the system generator function. This can be from a grid, or a source file, or a Monte Carlo grid.",
     "gridcode_filename": "Filename for the grid code. Set and used by the population object. TODO: allow the user to provide their own function, rather than only a generated function.",
-    "log_args": "Boolean to log the arguments. Unused ",  # TODO: fix the functionality for this and describe it properly
-    "log_args_dir": "Directory to log the arguments to. Unused",  # TODO: fix the functionality for this and describe it properly
+    "log_args": "Boolean to log the arguments of the current running system. ", 
+    "log_args_dir": "Directory to log the arguments of the current running system to.",
     "log_file": "Log file for the population object. Unused",  # TODO: fix the functionality for this and describe it properly
     "custom_logging_func_memaddr": "Memory address where the custom_logging_function is stored. Input: int",
     "_count": "Counter tracking which system the generator is on.",
-- 
GitLab