aboutsummaryrefslogtreecommitdiff
path: root/gn2/utility
diff options
context:
space:
mode:
authorArun Isaac2023-12-30 09:27:49 +0000
committerArun Isaac2024-01-02 13:40:56 +0000
commitff679636d3ee9ae2388fab3fe5d091ef2f00a8e3 (patch)
treeba7d697312dea528847f04f1066e173dae905912 /gn2/utility
parent26f17e7fff8d78ebb10528456fdbb9dee67c24d1 (diff)
downloadgenenetwork2-ff679636d3ee9ae2388fab3fe5d091ef2f00a8e3.tar.gz
Move default settings into gn2 module.
Diffstat (limited to 'gn2/utility')
-rw-r--r--gn2/utility/tools.py2
1 files changed, 1 insertions, 1 deletions
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).
"""