Salome HOME
Minor - fixing comment in Python Dispatcher
authorbruneton <bruneton>
Fri, 25 Oct 2013 14:13:07 +0000 (14:13 +0000)
committerbruneton <bruneton>
Fri, 25 Oct 2013 14:13:07 +0000 (14:13 +0000)
src/PyInterp/PyInterp_Dispatcher.cxx

index 44052093a3817c796828949e20e23c39fa0a38ae..95938f67c3d11cb482c73ce40abfe83be8e479a8 100755 (executable)
@@ -152,7 +152,7 @@ void PyInterp_Dispatcher::Exec( PyInterp_Request* theRequest )
     return;
 
   //if ( theRequest->IsSync() && !IsBusy() ) // synchronous processing - nothing is done if dispatcher is busy!
-  if ( theRequest->IsSync() ) // synchronous processing - nothing is done if dispatcher is busy!
+  if ( theRequest->IsSync() ) // synchronous processing
     processRequest( theRequest );
   else // asynchronous processing
   {