AIT-Core
AIT-Core copied to clipboard
ait.core.util ImportError messages are using the wrong format character
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