From 20f16c54aca8773054010d000efd51cbc9d6bfb8 Mon Sep 17 00:00:00 2001 From: david-cortes Date: Sat, 4 Jan 2025 11:37:45 +0100 Subject: [PATCH] update name of packaged file --- ops/script/test_r_package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/script/test_r_package.py b/ops/script/test_r_package.py index 3ce886c1bc41..ed0d6b1d9faa 100644 --- a/ops/script/test_r_package.py +++ b/ops/script/test_r_package.py @@ -63,7 +63,7 @@ def pkgroot(path: str) -> None: if os.path.exists(osxmakef): os.remove(osxmakef) pkgroot("Makevars.in") - pkgroot("Makevars.win") + pkgroot("Makevars.win.in") # misc rwsp = Path("R-package") / "remove_warning_suppression_pragma.sh" if system() != "Windows":