diff --git a/src/mintpy/smallbaselineApp.py b/src/mintpy/smallbaselineApp.py index 67f040dc9..9e607093a 100644 --- a/src/mintpy/smallbaselineApp.py +++ b/src/mintpy/smallbaselineApp.py @@ -332,8 +332,7 @@ def run_quick_overview(self, step_name): def run_unwrap_error_correction(self, step_name): """Correct phase-unwrapping errors""" - # ignore whitespace - method = self.template['mintpy.unwrapError.method'].replace(' ', '') + method = self.template['mintpy.unwrapError.method'] if not method: print('phase-unwrapping error correction is OFF.') return