From ff679636d3ee9ae2388fab3fe5d091ef2f00a8e3 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 30 Dec 2023 09:27:49 +0000 Subject: Move default settings into gn2 module. --- gn2/utility/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn2/utility') diff --git a/gn2/utility/tools.py b/gn2/utility/tools.py index 159643d3..29d94a43 100644 --- a/gn2/utility/tools.py +++ b/gn2/utility/tools.py @@ -40,7 +40,7 @@ def get_setting(command_id, guess=None): Note that we do not use the system path. This is on purpose because it will mess up controlled (reproducible) deployment. The proper way is to either use the GNU Guix defaults as listed in - etc/default_settings.py or override them yourself by creating a + gn2/default_settings.py or override them yourself by creating a different settings.py file (or setting the environment). """ -- cgit 1.4.1