EgtMachKernel :

- correzione in import lavorazioni.
This commit is contained in:
DarioS
2021-12-12 10:37:43 +01:00
parent 25c382aa71
commit f535ed5a9b
+1 -1
View File
@@ -1416,8 +1416,8 @@ MachiningsMgr::Import( const string& sFile, const STRVECTOR& vsMachiningsToImpor
LOG_ERROR( GetEMkLogger(), ( " Error Importing Machinings : failed adding " + pMch->m_sName).c_str()) ;
continue ;
}
Release( pMch) ;
vsImported.push_back( pMch->m_sName) ;
Release( pMch) ;
}
if ( ! vsImported.empty())