Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
denised committed Nov 15, 2021
1 parent 0ec86e2 commit 75fe33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/solution_xls_extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@ def extract_vmas(f, wb, outputdir):
vma_page = vxe.get_vma_sheet(wb)
vma_data = vxe.extract_vmas(vma_page)
if len(vma_data) < 10:
warnings.warn(f"Only {len(vma_data)} VMAs were found on {vma_page.name}. This is unusual; check to make sure all the expected VMAs were extracted.")
warnings.warn(f"Only {len(vma_data)} VMAs were found on {vma_page.title}. This is unusual; check to make sure all the expected VMAs were extracted.")

# In some cases we want to remove shared VMAs from our list.
# Currently that only applies to the electricity generation solutions, but we expect to apply it
Expand Down

0 comments on commit 75fe33d

Please sign in to comment.