Fix the path names in the GDP Per Capita extract
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user