Skip to content

Commit

Permalink
per #2714, deprecate master_metplus.py
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Oct 4, 2024
1 parent 336ecfc commit de5fa14
Showing 1 changed file with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion ush/master_metplus.py

This file was deleted.

10 changes: 10 additions & 0 deletions ush/master_metplus.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env python3

import sys

def main():
print("ERROR: master_metplus.py is deprecated. Please use run_metplus.py instead")
sys.exit(1)

if __name__ == "__main__":
main()

0 comments on commit de5fa14

Please sign in to comment.