From fae03971ef93b5e773783e77abc72d2993bee2ab Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 6 Dec 2020 15:47:31 +0200 Subject: Some changes to FSE publisher. --- Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindowVM.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Software/Visual_Studio') diff --git a/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindowVM.cs b/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindowVM.cs index 198b8a33a..9fe03cece 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindowVM.cs +++ b/Software/Visual_Studio/FSE/Tango.FSE.Publisher.UI/MainWindowVM.cs @@ -350,13 +350,11 @@ namespace Tango.FSE.Publisher.UI UpdateProgress("Version published successfully!", false, 100, 100); ShowInfo("Tango FSE published successfully!"); + IsFree = true; } catch (Exception ex) { ShowError($"Error while trying to publish Tango FSE\n{ex.FlattenMessage()}"); - } - finally - { IsFree = true; } } -- cgit v1.3.1