From 32da7feb496ef31c48b5cbe4e37a4c68ed1b7dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 9 Mar 2017 11:40:20 +0200 Subject: Python 3.6 invalid escape sequence deprecation fixes https://docs.python.org/3/whatsnew/3.6.html#deprecated-python-behavior --- git/test/test_repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/test_repo.py') diff --git a/git/test/test_repo.py b/git/test/test_repo.py index 755d31d2..86019b73 100644 --- a/git/test/test_repo.py +++ b/git/test/test_repo.py @@ -416,7 +416,7 @@ class TestRepo(TestBase): self.assertEqual(len(res[0][1]), 83, "Unexpected amount of parsed blame lines") @skipIf(HIDE_WINDOWS_KNOWN_ERRORS and Git.is_cygwin(), - """FIXME: File "C:\projects\gitpython\git\cmd.py", line 671, in execute + """FIXME: File "C:\\projects\\gitpython\\git\\cmd.py", line 671, in execute raise GitCommandError(command, status, stderr_value, stdout_value) GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git add 1__��ava verb��ten 1_test _myfile 1_test_other_file -- cgit v1.2.3