Removed build dependency on kbproto.
[platform/upstream/libxkbcommon.git] / scripts / ensure-stable-doc-urls.py
index 9111e49..f40356b 100755 (executable)
@@ -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,