aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-08-19 11:34:15 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-08-19 11:34:15 +0300
commitfe215faef185c1f32c9fb2b606ac22b0068c34c2 (patch)
treefe61cbd43b4524e3edc4d46e41de56804e9e31ff /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupManager.cs
parentc42c8cfa5201ea01eee9b561f4bb972c1943cab9 (diff)
parentde5d4906184cff4f16f92864d03af9d7c41231d7 (diff)
downloadTango-fe215faef185c1f32c9fb2b606ac22b0068c34c2.tar.gz
Tango-fe215faef185c1f32c9fb2b606ac22b0068c34c2.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
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) =>