Skip to content

Commit 9af867e

Browse files
author
Joseph Franck
committed
fix for bug where single folders were ignored
1 parent 02d0c29 commit 9af867e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

imgcorrect/corrections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def correct_images(
352352
if not input_folders:
353353
if "lwir" in os.path.split(input_path)[1].lower():
354354
lwir_folder_path = input_path
355-
lwir_only = True
355+
lwir_only = True
356356
else:
357357
for folder in input_folders:
358358
if "lwir" in folder.lower():

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "imgcorrect"
3-
version = "2.0.3"
3+
version = "2.0.4"
44
description = "Library to perform various corrections on imagery from supported sensors"
55
authors = ["Samuel Williams <sam.williams@sentera.com>", "Joseph Franck <joseph.franck@sentera.com>"]
66

0 commit comments

Comments
 (0)