asfadmin / Discovery-asf_search

BSD 3-Clause "New" or "Revised" License
126 stars 43 forks source link

[Bug] Typo in logger call #226

Closed whatnick closed 8 months ago

whatnick commented 11 months ago

Describe the bug Typo in logger warning generation, causes code to error out when over-riding options in Search. https://github.com/asfadmin/Discovery-asf_search/blob/e7df54f24778a8f9864dac72149f9c45304c1443/asf_search/ASFSearchOptions/ASFSearchOptions.py#L117

To Reproduce

Expected behavior Warning is generated and code continues.

This sort of typo can be suppressed by pylint and other PyCQA tooling.