Skip to content

Commit

Permalink
wip - ensure to take the *first* VERSION file we see
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Squyres <jeff@squyres.com>
  • Loading branch information
jsquyres committed Sep 2, 2023
1 parent 0ba0648 commit f2bb052
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
if os.path.exists(file):
with open(file) as fp:
prte_lines = fp.readlines()
break

prte_data = dict()
for prte_line in prte_lines:
Expand Down

0 comments on commit f2bb052

Please sign in to comment.