pull/61/head
Christian T. Jacobs 2017-04-01 23:07:47 +01:00
rodzic 315997c1e5
commit 74b393e0e1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -348,7 +348,7 @@ class ADIF:
<programversion:5>1.0.0
<eoh>\n""" % (dt, len(records), len(str(ADIF_VERSION)), ADIF_VERSION))
# Then write each log to the file.
# Then write each record to the file.
for r in records:
for field_name in AVAILABLE_FIELD_NAMES_ORDERED:
if(not(field_name.lower() in list(r.keys()) or field_name.upper() in list(r.keys()))):