Skip to content

Commit c0e7bae

Browse files
committed
Transcript scripts: bugfix
1 parent ecabae4 commit c0e7bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_scripts/translate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@ def ci_detect(
13741374
if orphaned:
13751375
console.print(f" [red]Orphaned:[/red] {len(orphaned)}")
13761376
for f in orphaned:
1377-
console.print(f" {f.relative_path}")
1377+
console.print(f" {f.relative_to(DOCS_ROOT)}")
13781378

13791379
print(f"languages={json.dumps(need_sync)}")
13801380
print(f"has_work={'true' if need_sync else 'false'}")

0 commit comments

Comments
 (0)