Skip to content

Commit

Permalink
Merge pull request #221 from KaushikMalapati/aliasbug
Browse files Browse the repository at this point in the history
Fixing epicsarch bug on last alias not having a pv
  • Loading branch information
KaushikMalapati authored Nov 18, 2024
2 parents c281cb3 + 93f349e commit 07f68e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/epicsArchChecker
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ def read_file(filename):
else:
entries.append((key, pv, filename, lineNum))
key = ''
if key != '':
extraKeys.append((key, filename, keyline))
except FileNotFoundError as errorDetail:
print(filename, ' File not found!')
print(errorDetail)
Expand Down

0 comments on commit 07f68e2

Please sign in to comment.