Skip to content

Commit

Permalink
Tweak deprecation message to make timeline clearer
Browse files Browse the repository at this point in the history
Co-Authored-By: Jessica Scheick <[email protected]>
  • Loading branch information
mfisher87 and JessicaS11 committed Sep 13, 2024
1 parent 5edc7d2 commit 08db71d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions icepyx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from warnings import warn

deprecation_msg = """icepyx v1.x is deprecated; the back-end systems on which is relies
are being shut down. Please upgrade to icepyx v2.x which uses the new NASA Harmony
back-end.
deprecation_msg = """icepyx v1.x is deprecated; the back-end systems on which it relies
will be shut down as of late 2024. At that time, upgrade to icepyx v2.x, which uses the
new NASA Harmony back-end, will be required.
"""
# IMPORTANT: This is being done before the other icepyx imports because the imported
# code changes warning filters. If this is done after the imports, the warning won't
Expand Down

0 comments on commit 08db71d

Please sign in to comment.