X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=scripts%2Fensure-stable-doc-urls.py;h=f40356b9b6fa96f0389d7c69b8dd4a4c51080451;hb=238d132406d8dc1123cbcaf68ab12d34c505e7e4;hp=9111e49b10fe37cabe5812ab2a540873d5ea9595;hpb=eec389037e335ba37c573c9436c03496a519d49d;p=platform%2Fupstream%2Flibxkbcommon.git diff --git a/scripts/ensure-stable-doc-urls.py b/scripts/ensure-stable-doc-urls.py index 9111e49..f40356b 100755 --- a/scripts/ensure-stable-doc-urls.py +++ b/scripts/ensure-stable-doc-urls.py @@ -140,12 +140,12 @@ def update_registry(registry_path: Path, doc_dir: Path, updates: Sequence[str]): print(f"[ERROR] “{old}” not found and has no update.") exit_code |= ExitCode.MISSING_UPDATES if exit_code: - print(f"[ERROR] Processing interrupted: please fix the errors above.") + print("[ERROR] Processing interrupted: please fix the errors above.") exit(exit_code.value) # Write changes with registry_path.open("wt", encoding="utf-8") as fd: fd.write(f"# WARNING: This file is autogenerated by: {RELATIVE_SCRIPT_PATH}\n") - fd.write(f"# Do not edit manually.\n") + fd.write("# Do not edit manually.\n") yaml.dump( registry, fd,