Fix the path names in the GDP Per Capita extract

This commit is contained in:
2025-04-01 20:40:54 -04:00
parent 016a46a7ad
commit 260ec6a1da
2 changed files with 4 additions and 3 deletions

View File

@@ -421,6 +421,7 @@ namespace MarketData.Helper
outStream.Write(streamBytes,0,streamBytes.Length);
outStream.Flush();
outStream.Close();
outStream.Dispose();
return EconomicIndicators.FromZipFile(strPathFileName,strExtractFolder,debug);
}
catch(Exception exception)