EgtMachKernel :
- piccole modifiche estetiche.
This commit is contained in:
+2
-2
@@ -890,7 +890,7 @@ MachMgr::TdbImport( const string& sFile, const STRVECTOR& vsToolsToImport, const
|
||||
if ( vsToolsToImport.empty())
|
||||
return true ;
|
||||
|
||||
if ( ! ExistsFile( sFile)){
|
||||
if ( ! ExistsFile( sFile)) {
|
||||
LOG_ERROR( GetEMkLogger(), "TdbImport Error : File does not exist") ;
|
||||
return false ;
|
||||
}
|
||||
@@ -899,7 +899,7 @@ MachMgr::TdbImport( const string& sFile, const STRVECTOR& vsToolsToImport, const
|
||||
return false ;
|
||||
|
||||
ToolsMgr* pTsMgr = GetCurrToolsMgr() ;
|
||||
if ( pTsMgr == nullptr){
|
||||
if ( pTsMgr == nullptr) {
|
||||
LOG_ERROR( GetEMkLogger(), "TdbImport Error : no current ToolsMgr") ;
|
||||
return false ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user