Skip to content

Commit 1951840

Browse files
authored
changed input to _run_file (#251)
1 parent 6300eec commit 1951840

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)