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
As part of kingfisher_process_api2, stop sending FileErrors to Process, but instead log the error and return (I don't like this approach as it feels out of the scope of the extension)
Create a new extension only to log FileErrors (fewer changes to the existing code and logic)
Delete the FileError class and replace it with logging the error instead of yielding a FileError item (requires several changes to the code, I think)
open-contracting/kingfisher-process#366 (comment)
The text was updated successfully, but these errors were encountered: