You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(parsers): fix return value for some parsers (#8144)
We enforced type checking of the returned value from the parsers. We expects the parsers to return a list.
The following were returning a dict and thus were failing.
The list of affected parsers is :
- production: JP-KN, JP-SK, JP-KY, GB-ORK, CA-AB, AU-WA-RI, AU-TAS-FI, AU-TAS-KI
- consumption: KW
- price: NZ
- exchange: GB->GB-ORK
0 commit comments