Skip to content

Commit

Permalink
Merging to earlier commit for ignoring the RES file
Browse files Browse the repository at this point in the history
  • Loading branch information
mishranurag committed Mar 31, 2017
1 parent a583e26 commit d7187b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HSPEXP/HSPFOutputReports.vb
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ RWZProgramEnding:
Dim lGraphFilesCount = 0
For Each lGraphSpecificationFile As String In lGraphSpecificationFileNames
lGraphFilesCount += 1
If lGraphSpecificationFile.ToLower = "res_tp_standard.csv" Then Continue For
If IO.Path.GetFileName(lGraphSpecificationFile).ToLower = "res_tp_standard.csv" Then Continue For
Dim lgraphRecordsNew As New ArrayList()
Using MyReader As New Microsoft.VisualBasic.FileIO.TextFieldParser(lGraphSpecificationFile)
Dim lines() As String = {}
Expand Down

0 comments on commit d7187b9

Please sign in to comment.