Skip to content

Commit

Permalink
i.sentinel.import: show Reading... message on default verbosity level…
Browse files Browse the repository at this point in the history
… (cosmetics)
  • Loading branch information
landam committed Feb 4, 2020
1 parent 858a878 commit 2d7ed4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def _unzip(self):
for filepath in input_files:
safe = os.path.basename(filepath.replace('.zip', '.SAFE'))
if safe not in unziped_files or not flags['n']:
gs.verbose('Reading <{}>...'.format(filepath))
gs.message('Reading <{}>...'.format(filepath))

with ZipFile(filepath) as fd:
fd.extractall(path=self.unzip_dir)
Expand Down

0 comments on commit 2d7ed4d

Please sign in to comment.