aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
index 281c68a77..8d1c0e147 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
@@ -142,7 +142,7 @@ namespace Tango.PPC.Common.MachineSetup
{
InvokeUINow(() =>
{
- Thread.Sleep(10); //TODO: this is necessary only for visibility...
+ Thread.Sleep(2); //TODO: this is necessary only for visibility...
DownloadingPackagesProgress = ((double)current / (double)fileSize) * 100d;
});
}))
@@ -216,7 +216,7 @@ namespace Tango.PPC.Common.MachineSetup
runner.Log += (x, msg) =>
{
LogManager.Log(msg);
- ProgressLog.Invoke(this, msg);
+ ProgressLog?.Invoke(this, msg);
};
runner.ScriptExecuting += (x, item) =>