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
While looking at pylint output for issue #373, i've found these 2 errors in livestatus :
The easy one, we have to remove the columns method, don't we ? shinken/modules/livestatus_broker/livestatus_query_metainfo.py:304: [E, LiveStatusQueryMetainfo.columns] An attribute affected in shinken.modules.livestatus_broker.livestatus_query_metainfo line 159 hide this method
The not too easy one. It's looks like livestatus haven't been updated with new filters methods shinken/modules/livestatus_broker/livestatus_wait_query.py:179: [E, LiveStatusWaitQuery.launch_query] No value passed for parameter 'cs' in function call
The text was updated successfully, but these errors were encountered:
Comes from shinken-solutions/shinken#549 :
While looking at pylint output for issue #373, i've found these 2 errors in livestatus :
shinken/modules/livestatus_broker/livestatus_query_metainfo.py:304: [E, LiveStatusQueryMetainfo.columns] An attribute affected in shinken.modules.livestatus_broker.livestatus_query_metainfo line 159 hide this method
shinken/modules/livestatus_broker/livestatus_wait_query.py:179: [E, LiveStatusWaitQuery.launch_query] No value passed for parameter 'cs' in function call
The text was updated successfully, but these errors were encountered: