Skip to content

Commit 16aafd2

Browse files
committed
changed input to _run_file
1 parent 89db955 commit 16aafd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wristpy/core/orchestrator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def _run_directory(
235235
)
236236
try:
237237
results_dict[str(file)] = _run_file(
238-
input=input / file,
238+
input=file,
239239
output=output_file_path,
240240
thresholds=thresholds,
241241
calibrator=calibrator,

0 commit comments

Comments
 (0)