Skip to content

Commit 87e43db

Browse files
authored
Remove raise exception comment
1 parent f696b24 commit 87e43db

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pvlib/iotools/pvgis.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,6 @@ def get_pvgis_tmy(latitude, longitude, outputformat='json', usehorizon=True,
538538
with io.StringIO(res.content.decode('utf-8')) as src:
539539
data, meta = parse_epw(src)
540540
months_selected, inputs = None, None
541-
# raise exception if pvgis format isn't in ['csv', 'json', 'epw']
542541
elif outputformat == 'basic':
543542
err_msg = ("outputformat='basic' is no longer supported by pvlib, "
544543
"please use outputformat='csv' instead.")

0 commit comments

Comments
 (0)