NASA-AMMOS / AIT-DSN

MIT License
19 stars 10 forks source link

Fix typo in AOS_to_CCSDS #176

Closed Mejiro-McQueen closed 2 years ago

Mejiro-McQueen commented 2 years ago

https://github.com/NASA-AMMOS/AIT-DSN/blob/8355928e6a85cf4efc3ed13e3355d8e1ef218f85/ait/dsn/plugins/AOS_to_CCSDS.py#L17

Is missing a line continuation slash.

Should be:

if AOS_frame_object.is_idle_frame or \ AOS_frame_object.get('aos_data_field_type') is not AOSDataFieldType.M_PDU:

Fix additional typos in rst documentation.