Restore relative path output in the babel runner (#12773)

This commit is contained in:
James Addison 2024-08-12 14:54:31 +01:00 committed by GitHub
parent 03b9134ee0
commit b4d2058310
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,7 +111,7 @@ def run_extract() -> None:
catalogue.add(
message,
None,
[(str(filename), lineno)],
[(str(relative_name), lineno)],
auto_comments=comments,
context=context,
)