Skip to content
Snippets Groups Projects
Commit d53077c3 authored by Jonathan Hanks's avatar Jonathan Hanks
Browse files

Fix for dc_stats, add pvs for dcus with names, not ones w/o names.

parent 80c0198a
No related branches found
No related tags found
1 merge request!170Cps recv to get dc diags
......@@ -177,7 +177,7 @@ DCStats::DCStats( std::vector< SimplePV >& pvs,
std::for_each(
dcu_status_.begin( ), dcu_status_.end( ), [&pvs]( DCUStats& cur ) {
cur.setup_pv_names( );
if ( cur.full_model_name.empty( ) )
if ( !cur.full_model_name.empty( ) )
{
pvs.emplace_back( SimplePV{
cur.expected_config_crc_name.data( ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment