Skip to content

Commit dcc9515

Browse files
committed
Update AOP messaging
1 parent c5415e5 commit dcc9515

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/neonutilities/aop_download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ def by_file_aop(
789789
if include_provisional:
790790
# log provisional included message
791791
logging.info(
792-
"NEON Provisional data are included. To exclude provisional data, use input parameter include_provisional=False."
792+
"Provisional NEON data are included. To exclude provisional data, use input parameter include_provisional=False."
793793
)
794794
else:
795795
# log provisional not included message and filter to the released data

tests/test_aop_download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def test_collocated_aquatic_site_message(self, year, site, flightSite, input_moc
387387
with self.assertLogs(level="INFO") as cm:
388388
by_tile_aop(dpid=self.dpid, site=site, year=year, easting=[], northing=[])
389389
self.assertIn(
390-
f"INFO:root:{site} is an NEON aquatic site and is sometimes included in the flight box for {flightSite}. Aquatic sites are not always included in the flight coverage every year.\nDownloading data from {flightSite}. Check data to confirm coverage of {site}.",
390+
f"INFO:root:{site} is a NEON aquatic site and is sometimes included in the flight box for {flightSite}. Aquatic sites are not always included in the flight coverage every year.\nDownloading data from {flightSite}. Check data to confirm coverage of {site}.",
391391
cm.output,
392392
)
393393

0 commit comments

Comments
 (0)