make the configspec debug output named better
This commit is contained in:
parent
98015093d8
commit
1e187b0333
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue