Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
let-it-snow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Remote Modules
let-it-snow
Merge requests
!116
Resolve "RedHat8 system compatibility"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "RedHat8 system compatibility"
121-rh8
into
develop
Overview
3
Commits
104
Pipelines
0
Changes
4
Merged
Céline Raillé
requested to merge
121-rh8
into
develop
1 year ago
Overview
3
Commits
104
Pipelines
0
Changes
4
Expand
Closes
#121 (closed)
0
0
Merge request reports
Compare
develop
version 3
60133190
1 year ago
version 2
175286e7
1 year ago
version 1
7f0f314d
1 year ago
develop (base)
and
latest version
latest version
052babb0
104 commits,
1 year ago
version 3
60133190
103 commits,
1 year ago
version 2
175286e7
102 commits,
1 year ago
version 1
7f0f314d
101 commits,
1 year ago
4 files
+
5
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
analysis/run_cloud_removal.py
+
2
−
2
Options
@@ -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