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
teuthology/scrape.py: Remove empty string and space in _get_service_types
Problem:
the function grep returns a list contianing empty string which
results in scrape.py throwing the warning "Misunderstood line: ".
Solution:
filter out empty strings, blank space and None
before getting match with regex.
Fixes: https://tracker.ceph.com/issues/62534
Signed-off-by: Kamoltat Sirivadhna <[email protected]>
0 commit comments