diff options
| author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-09-13 14:07:40 +0200 | 
|---|---|---|
| committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-09-13 14:07:40 +0200 | 
| commit | 07f6601a58c5bf7c30d132831367ab44c60b3619 (patch) | |
| tree | 68d670daecdf879481da1ed249042cc63d9ec41c /scripts | |
| parent | da6ee8b6982fa5e89c6c808cfe86e75707eca887 (diff) | |
Some more missed uid -> eid corrections.
Thanks again to fabrixxm.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/tellico2lesana | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/tellico2lesana b/scripts/tellico2lesana index 4bd0810..a24415e 100755 --- a/scripts/tellico2lesana +++ b/scripts/tellico2lesana @@ -128,7 +128,7 @@ class T2L():          # import data          for xe in xml_collection.findall('tellico:entry', NS):              data = { -                'uid': xe.attrib['id'] +                'eid': xe.attrib['id']                  }              for xfield in xe.getchildren():                  field_name = xfield.tag.replace( | 
