Skip to content
Snippets Groups Projects

Resolve "RedHat8 system compatibility"

Merged Céline Raillé requested to merge 121-rh8 into develop
Files
4
@@ -25,7 +25,7 @@ import os.path as op
import json
import logging
from analysis import cloud_removal
from s2snow.version import VERSION
from importlib.metadata import version
def show_help():
"""Show help of the run_cloud_removal script"""
@@ -34,7 +34,7 @@ def show_help():
print("python run_cloud_removal.py help to show help")
def show_version():
print(VERSION)
print(version('s2snow'))
#----------------- MAIN ---------------------------------------------------
Loading