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 \
|
||||
${record['type'].ljust(column_width('type', records))} \
|
||||
% if record['type'] == 'TXT':
|
||||
"${part}"
|
||||
"${part}"
|
||||
% else:
|
||||
${part}
|
||||
${part}
|
||||
% endif
|
||||
% endfor
|
||||
% endfor
|
||||
|
|
Loading…
Reference in a new issue