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
!129
indentation fix
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
indentation fix
indent_fix
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Michael ERBLANG
requested to merge
indent_fix
into
develop
11 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Fatal indentation error spotted while testing !
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
9f562e5e
1 commit,
11 months ago
1 file
+
1
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
python/s2snow/fsc_config.py
+
1
−
2
Options
@@ -25,8 +25,7 @@ import os
import
zipfile
import
re
from
s2snow.lis_constant
import
MODE_SENTINEL2
,
MISSION_S2
,
MISSION_L8
,
MISSION_T5
,
DEFAULT_MAX_RADIUS
,
DEFAULT_WINDOW_SIZE
from
s2snow.lis_constant
import
MODE_SENTINEL2
,
MISSION_S2
,
MISSION_L8
,
MISSION_T5
,
DEFAULT_MAX_RADIUS
,
DEFAULT_WINDOW_SIZE
from
s2snow.lis_exception
import
LisConfigurationException
,
UnknownProductException
from
s2snow.mission_config
import
mission_parameters
from
s2snow.utils
import
find_file
Loading