bites you in the ass. every time.

This commit is contained in:
2020-05-18 05:33:57 -04:00
parent 87dfe6a543
commit 7b48e6813c
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ class RAConf(object):
for k in ('name', 'dir'):
n = 'tpl_{0}'.format(k)
d = 'def_tpl_{0}'.format(k)
v = locals()[k]
v = locals()[n]
if not v:
setattr(self, n, getattr(self, d))
else: