Xqt has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/662989 )
Change subject: [tests] Fix shell script
......................................................................
[tests] Fix shell script
Change-Id: I7ae352761c7863ba5ad02080b806a2e4b337ce2c
---
M appveyor_install.ps1
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Xqt: Verified; Looks good to me, approved
diff --git a/appveyor_install.ps1 b/appveyor_install.ps1
index 6d5d20a..785edfe 100644
--- a/appveyor_install.ps1
+++ b/appveyor_install.ps1
@@ -158,7 +158,7 @@
function main () {
- if $env:PYTHON_VERSION=="3.5.0" {
+ if ($env:PYTHON_VERSION=="3.5.0") {
InstallPython $env:PYTHON_VERSION $env:PYTHON_ARCH $env:PYTHON
}
}
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/662989
To unsubscribe, or for help writing mail filters, visit
https://gerrit.wikimedia.org/r/settings
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I7ae352761c7863ba5ad02080b806a2e4b337ce2c
Gerrit-Change-Number: 662989
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits