make the configspec debug output named better

This commit is contained in:
Chris Jones 2009-12-29 01:37:32 +00:00
parent 98015093d8
commit 1e187b0333
1 changed files with 1 additions and 1 deletions

View File

@ -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):