AIT-Core icon indicating copy to clipboard operation
AIT-Core copied to clipboard

ait.core.util ImportError messages are using the wrong format character

Open nttoole opened this issue 3 years ago • 0 comments

There are two spots where ImportError message strings use decimal format %d when it should be using string format %s

https://github.com/NASA-AMMOS/AIT-Core/blob/eb777b88d21602b9c53a1c03aaec95dd3cc8a4c1/ait/core/util.py#L213

https://github.com/NASA-AMMOS/AIT-Core/blob/eb777b88d21602b9c53a1c03aaec95dd3cc8a4c1/ait/core/util.py#L253

nttoole avatar Feb 06 '23 19:02 nttoole