Changeset 1036:bc8c41f33fba


Ignore:
Timestamp:
03/14/22 10:12:06 (2 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Only the delay codes are stored in the PIREP, not their meaning (re #357)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dcdatagen.py

    r932 r1036  
    861861        print("    code = row[0].strip()", file=dcdata)
    862862        print("    meaning = table[code] if code in table else None", file=dcdata)
    863         print("    return code + ((\" (\" + meaning + \")\") if meaning else \"\")", file=dcdata)
     863        print("    return code", file=dcdata)
    864864        print(file=dcdata)
    865865
Note: See TracChangeset for help on using the changeset viewer.