Skip to content

Show the output path in the missing output folder error - #136

Merged
abrignoni merged 1 commit into
mainfrom
fix/dleapp-output-path-fstring
Sep 14, 2026
Merged

abrignoni merged 1 commit into
mainfrom
fix/dleapp-output-path-fstring

Conversation

@abrignoni

Copy link
Copy Markdown
Owner

Fixes the error message for a missing output folder. It was a plain string rather than an f-string, so it printed the literal {args.output_path} instead of the path that was passed.

Checked by running dleapp.py with an input that exists and an output that does not, before and after the change.

Same fix as abrignoni/iLEAPP#2187.

The message was a plain string rather than an f-string, so it printed the
literal {args.output_path} instead of the path that was passed. The input path
check and the directory check beside it already interpolate correctly.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@abrignoni
abrignoni merged commit eb4ee2a into main Sep 14, 2026
7 checks passed
@abrignoni
abrignoni deleted the fix/dleapp-output-path-fstring branch September 14, 2026 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant