# HG changeset patch # User Mads Kiilerich # Date 2021-05-26 22:54:01 # Node ID de59ad8185e1d811345450b117ed0570889ea7ff # Parent f0fbb0fe4462e2980c1de2263f77e3acc4b8e237 git: fix whitespace in previous commit scripts/whitespacecleanup.sh will remove tabs introduced in f0fbb0fe4462 ... but that is fine; it was just an example. diff --git a/kallithea/lib/vcs/backends/git/repository.py b/kallithea/lib/vcs/backends/git/repository.py --- a/kallithea/lib/vcs/backends/git/repository.py +++ b/kallithea/lib/vcs/backends/git/repository.py @@ -196,7 +196,7 @@ class GitRepository(BaseRepository): The failure above will be one of, depending on the level of WhatWG support: urllib.error.URLError: - urllib.error.URLError: + urllib.error.URLError: """ try: parsed_url = urllib.parse.urlparse(url)