wip
This commit is contained in:
parent
919169d1dc
commit
baeeb1611b
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@ ${record['name'].ljust(column_width('name', records))} \
|
||||||
IN \
|
IN \
|
||||||
${record['type'].ljust(column_width('type', records))} \
|
${record['type'].ljust(column_width('type', records))} \
|
||||||
% if record['type'] == 'TXT':
|
% if record['type'] == 'TXT':
|
||||||
"${part}"
|
"${part}"
|
||||||
% else:
|
% else:
|
||||||
${part}
|
${part}
|
||||||
% endif
|
% endif
|
||||||
% endfor
|
% endfor
|
||||||
% endfor
|
% endfor
|
||||||
|
|
Loading…
Reference in a new issue