diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2020-07-20 22:53:26 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2020-07-20 22:53:26 +0100 |
commit | f131509c565edef455a5a9d89f176081d56038cc (patch) | |
tree | afb973555d80ff504b6bed2c0f0317e551641f18 /localsettingsWSL.py | |
parent | 8e77a70ad608ca029785e4786cbaa6a776ae1dfe (diff) | |
download | troggle-f131509c565edef455a5a9d89f176081d56038cc.tar.gz troggle-f131509c565edef455a5a9d89f176081d56038cc.tar.bz2 troggle-f131509c565edef455a5a9d89f176081d56038cc.zip |
3dtopos to survexpos + comments
Diffstat (limited to 'localsettingsWSL.py')
-rw-r--r-- | localsettingsWSL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localsettingsWSL.py b/localsettingsWSL.py index 109037d..1934e55 100644 --- a/localsettingsWSL.py +++ b/localsettingsWSL.py @@ -47,7 +47,7 @@ DEBUG = True # executables: CAVERN = 'cavern' -THREEDTOPOS = '3dtopos' +THREEDTOPOS = 'survexport --pos' DATABASES = { 'default': { |