From 5ec2b51afbb03139a60dadb9918eb67ea945f0ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20=C5=81apkiewicz?= <80906036+fipachu@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:28:23 +0200 Subject: [PATCH] Fix PowerShell command Quoting PowerShell: The term 'python.bat' is not recognized as the name of a cmdlet, function, script file, or operable program. .\python.bat however works perfectly. --- getting-started/pull-request-lifecycle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/pull-request-lifecycle.rst b/getting-started/pull-request-lifecycle.rst index 7289a921b..e2dde81f6 100644 --- a/getting-started/pull-request-lifecycle.rst +++ b/getting-started/pull-request-lifecycle.rst @@ -249,7 +249,7 @@ On *Windows* (after any successful build): .. code-block:: dosbatch - python.bat Tools\patchcheck\patchcheck.py + .\python.bat Tools\patchcheck\patchcheck.py The automated patch checklist runs through: