[sword-devel] A call for Python programmers ...
David Haslam
dfhmch at googlemail.com
Wed Dec 31 07:18:35 MST 2014
Further to the LANG patch Peter programmed, my activities yesterday unearthed
a typo error in usfm2osis.py
A closing quotation mark is missing for an attribute string.
This is the line in usfm2osis.py with the typo.
tType =
{'th':' role="label"', 'thr':' role="label" type="x-right"', 'tc':'',
'tcr':' type="x-right'}
It should be
tType =
{'th':' role="label"', 'thr':' role="label" type="x-right"', 'tc':'',
'tcr':' type="x-right"'}
As and when Peter applies his new patch to the file in Chris's github
repository,
it would be very helpful if this correction could be implemented at the same
time.
See http://www.crosswire.org/tracker/browse/MODTOOLS-82
Best regards,
David
--
View this message in context: http://sword-dev.350566.n4.nabble.com/A-call-for-Python-programmers-tp4654425p4654479.html
Sent from the SWORD Dev mailing list archive at Nabble.com.
More information about the sword-devel
mailing list