Skip to content

Commit

Permalink
Pep8 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
R authored and R committed Oct 25, 2024
1 parent 06fb271 commit 318df60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vhr_toolkit/view/vhrToolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ def main():
cMaskDir.mkdir(exist_ok=True)
cMaskActualOutDir = cMaskDir / '5-toas'
toaRegex = [str(toaDir / '*-toa.tif')]
cmpl = CloudMaskPipeline(output_dir=cMaskDir,

cmpl = CloudMaskPipeline(output_dir=cMaskDir,
inference_regex_list=toaRegex)

cmpl.predict()
Expand Down

0 comments on commit 318df60

Please sign in to comment.