add print to debug travis (temp)
This commit is contained in:
parent
b22d5d2fac
commit
65dce899cb
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ def write_config(env, template_filename, config_filename):
|
||||||
if val is None:
|
if val is None:
|
||||||
return matchobj.group(0)
|
return matchobj.group(0)
|
||||||
else:
|
else:
|
||||||
|
print(key,":",val)
|
||||||
return 'CONFIG_%s=%s' % (key, escape(str(val)))
|
return 'CONFIG_%s=%s' % (key, escape(str(val)))
|
||||||
config = re.sub(r'^CONFIG_(\w+)=.*', subst, template, flags=re.M)
|
config = re.sub(r'^CONFIG_(\w+)=.*', subst, template, flags=re.M)
|
||||||
config_file.write(config)
|
config_file.write(config)
|
||||||
|
|
Loading…
Reference in a new issue