From 1e187b033367c1c9d89e4aa33c86cd97101d62c4 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 29 Dec 2009 01:37:32 +0000 Subject: [PATCH] make the configspec debug output named better --- terminatorlib/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/config.py b/terminatorlib/config.py index e4d613da..0d20ee1a 100755 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -312,7 +312,7 @@ class ConfigBase(Borg): configspec = ConfigObj(configspecdata) if DEBUG == True: - configspec.write(open('/tmp/configspec', 'w')) + configspec.write(open('/tmp/terminator_configspec_debug.txt', 'w')) return(configspec) def load(self):