Changeset ba366f1 in ammosreader


Ignore:
Timestamp:
09/03/23 19:08:26 (21 months ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
guix
Children:
5d24bea
Parents:
3ed8119
Message:

fix another typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ammosreader/PDW.py

    r3ed8119 rba366f1  
    294294    @property
    295295    def azimuth_confidence(self):
    296         if azimuth_confidence == 63:
    297             return None
    298         return (azimuth_confidence / 10)
     296        if self.__azimuth_confidence == 63:
     297            return None
     298        return (self.__azimuth_confidence / 10)
    299299
    300300    @property
Note: See TracChangeset for help on using the changeset viewer.