We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344fbb4 commit f887f2dCopy full SHA for f887f2d
espp2/fmv.py
@@ -290,7 +290,7 @@ def get_currency(
290
return get_espp_exchange_rate(date_str)
291
except KeyError:
292
# Missing ESPP data for this date
293
- logger.error("Missing ESPP data for %s", date_str)
+ logger.error("Missing ESPP exchange rate for %s", date_str)
294
# Fall-back to USD
295
currency = "USD"
296
self.refresh(currency, itemdate, FMVTypeEnum.CURRENCY)
0 commit comments