CCSDSPy / ccsdspy

I/O interface and utilities for CCSDS binary spacecraft data in Python. Library used in flight missions at NASA, NOAA, and SWRI
https://ccsdspy.org
BSD 3-Clause "New" or "Revised" License
78 stars 19 forks source link

Convert string format to use f-strings #25

Closed ehsteve closed 1 year ago

ehsteve commented 1 year ago

Since Python 3.6, f-strings provide a much cleaner approach for string formatting.

ddasilva commented 1 year ago

I have no problem with this!