Skip to content
Snippets Groups Projects
Commit a6844552 authored by Nick Bearson's avatar Nick Bearson
Browse files

add the version info as a simple print for now

parent 7dbaedea
No related branches found
No related tags found
No related merge requests found
...@@ -430,6 +430,11 @@ def main(): ...@@ -430,6 +430,11 @@ def main():
if levels[min(3, args.verbosity)] > logging.DEBUG: if levels[min(3, args.verbosity)] > logging.DEBUG:
import warnings import warnings
warnings.filterwarnings("ignore") warnings.filterwarnings("ignore")
if args.version:
print(f"CSPP Geo Gridded GLM version {get_cspp_gglm_version()}")
exit(0)
log.info("Starting GLM Gridding") log.info("Starting GLM Gridding")
log.debug("Starting script with: %s", sys.argv) log.debug("Starting script with: %s", sys.argv)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment