diff --git a/v02/makotemplates/pywork/hw.py b/v02/makotemplates/pywork/hw.py index a98b82f..5b5062a 100644 --- a/v02/makotemplates/pywork/hw.py +++ b/v02/makotemplates/pywork/hw.py @@ -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] diff --git a/v02/makotemplates/pywork/make_xml.py b/v02/makotemplates/pywork/make_xml.py index 6707e32..5ff2230 100644 --- a/v02/makotemplates/pywork/make_xml.py +++ b/v02/makotemplates/pywork/make_xml.py @@ -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 to # last line of datalines hom = hwrec.h