Skip to content

Commit

Permalink
PWG: missing VN
Browse files Browse the repository at this point in the history
  • Loading branch information
funderburkjim committed Oct 7, 2024
1 parent 84cc07f commit 8c9e33d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v02/makotemplates/pywork/hw.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def init_entries_kosha(filein):
entries = init_entries_kosha(filedig)
write_entries_kosha(entries,fileout)
print("END write_entries")
% elif dictlo in ['mw','gra','ben','acc','ap90','bur','cae','lrv','pw','pwkvn','shs','skd','vcp']:
% elif dictlo in ['mw','gra','ben','acc','ap90','bur','cae','lrv','pw','pwkvn','shs','skd','vcp','pwg']:
# 08-27-2024 Lbody. Does not use recsextra
entries = init_entries(filedig)
hwrecs = [entry_to_hwrec_Lbody(entry) for entry in entries]
Expand Down
2 changes: 1 addition & 1 deletion v02/makotemplates/pywork/make_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ def construct_xmlstring(datalines,hwrec):
tail = construct_xmltail(hwrec)
dbgout(dbg,"tail: %s" % tail)
#3. construct body
%if dictlo in ['mw']:
%if dictlo in ['mw','pwg','pw','pwkvn','sch']:
# if hwrec has a homonym value hval, append <info hui="hval"/> to
# last line of datalines
hom = hwrec.h
Expand Down

0 comments on commit 8c9e33d

Please sign in to comment.