From 305122d02b225f8e15a09b374652175069368e58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Wed, 15 Mar 2017 14:18:28 +0100 Subject: [PATCH] Default is now pylot.in even for autoPyLoT. --- pylot/core/util/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylot/core/util/defaults.py b/pylot/core/util/defaults.py index ee19a754..d0b584d2 100644 --- a/pylot/core/util/defaults.py +++ b/pylot/core/util/defaults.py @@ -47,7 +47,7 @@ FILTERDEFAULTS = readFilterInformation(os.path.join(os.path.expanduser('~'), AUTOMATIC_DEFAULTS = os.path.join(os.path.expanduser('~'), '.pylot', - 'autoPyLoT.in') + 'pylot.in') TIMEERROR_DEFAULTS = os.path.join(os.path.expanduser('~'), '.pylot',