mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-19 14:15:50 +02:00
call connect(boolean) instead of connect() when in the connectnoshelljob
This commit is contained in:
parent
daa1d12771
commit
7eee05d6c0
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ public abstract class SubSystem extends RSEModelObject implements IAdaptable, IS
|
|||
|
||||
try
|
||||
{
|
||||
connect();
|
||||
connect(false);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue