changeset 8889:de59ad8185e1

git: fix whitespace in previous commit scripts/whitespacecleanup.sh will remove tabs introduced in f0fbb0fe4462 ... but that is fine; it was just an example.
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 27 May 2021 00:54:01 +0200
parents f0fbb0fe4462
children d483e2df546f
files kallithea/lib/vcs/backends/git/repository.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/lib/vcs/backends/git/repository.py	Tue May 18 00:58:06 2021 +0200
+++ b/kallithea/lib/vcs/backends/git/repository.py	Thu May 27 00:54:01 2021 +0200
@@ -196,7 +196,7 @@
 
         The failure above will be one of, depending on the level of WhatWG support:
         urllib.error.URLError: <urlopen error Invalid whitespace character in path: '\t'>
-        urllib.error.URLError: <urlopen error Invalid url: 'git://example.com/	' normalizes to 'git://example.com/'>
+        urllib.error.URLError: <urlopen error Invalid url: 'git://example.com/    ' normalizes to 'git://example.com/'>
         """
         try:
             parsed_url = urllib.parse.urlparse(url)