B2019-036 The last update to this file had put in a line of code that attempted to delete a temporary directory but it could not (and is should not) and it caused an error before the transitions were processed

This commit is contained in:
John Jenko 2019-03-19 14:52:25 +00:00
parent 60d7ba4e88
commit 2e5471b5d3

View File

@ -869,7 +869,6 @@ namespace VEPROMS
DirectoryInfo[] dis = di.GetDirectories();
for (int d = 0; d < dis.Length; d++)
dis[d].Delete(true);
di.Delete();
lblImportStatus.Text = "Updating Transitions";
AddTransitions();
FixFloatingFoldouts();