test
This commit is contained in:
parent
95a1b9f4f9
commit
fba97aa5f4
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ def _ensure_resolved_yaml(
|
||||||
|
|
||||||
if resolution_level > ResolutionLevel.ORIGINAL:
|
if resolution_level > ResolutionLevel.ORIGINAL:
|
||||||
expected_out["output_options"]["output_directory"] = FilePathTruncater.to_native_filepath(
|
expected_out["output_options"]["output_directory"] = FilePathTruncater.to_native_filepath(
|
||||||
str(Path(output_directory) / sub.name)
|
str(Path(output_directory) / "ass")
|
||||||
)
|
)
|
||||||
|
|
||||||
if "tv_show_directory" in expected_out["overrides"]:
|
if "tv_show_directory" in expected_out["overrides"]:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue