[Pkg-bitcoin-commits] [python-quamash] 36/78: Proper slashes in windows paths

Jonas Smedegaard dr at jones.dk
Tue Dec 19 01:19:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.6.0_dfsg-1
in repository python-quamash.

commit deab69accaf85206e59289849d7d82af72f062a9
Author: Korijn van Golen <k.vangolen at clinicalgraphics.com>
Date:   Fri Aug 11 09:00:11 2017 +0200

    Proper slashes in windows paths
---
 appveyor.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index d70d92a..c7405b0 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -21,22 +21,22 @@ environment:
       PYTHON_ARCH: "32"
       QTIMPL: "PySide"
     
-    - PYTHON: "C:\Python35"
+    - PYTHON: "C:\\Python35"
       PYTHON_VERSION: "3.5.3"
       PYTHON_ARCH: "32"
       QTIMPL: "PyQt4"
 
-    - PYTHON: "C:\Python35"
+    - PYTHON: "C:\\Python35"
       PYTHON_VERSION: "3.5.3"
       PYTHON_ARCH: "32"
       QTIMPL: "PyQt5"
       
-    - PYTHON: "C:\Python36"
+    - PYTHON: "C:\\Python36"
       PYTHON_VERSION: "3.6.1"
       PYTHON_ARCH: "32"
       QTIMPL: "PyQt4"
 
-    - PYTHON: "C:\Python36"
+    - PYTHON: "C:\\Python36"
       PYTHON_VERSION: "3.6.1"
       PYTHON_ARCH: "32"
       QTIMPL: "PyQt5"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list