##// END OF EJS Templates
git: fix whitespace in previous commit...
Mads Kiilerich -
r8682:de59ad81 default
parent child Browse files
Show More
@@ -196,7 +196,7 b' class GitRepository(BaseRepository):'
196
196
197 The failure above will be one of, depending on the level of WhatWG support:
197 The failure above will be one of, depending on the level of WhatWG support:
198 urllib.error.URLError: <urlopen error Invalid whitespace character in path: '\t'>
198 urllib.error.URLError: <urlopen error Invalid whitespace character in path: '\t'>
199 urllib.error.URLError: <urlopen error Invalid url: 'git://example.com/ ' normalizes to 'git://example.com/'>
199 urllib.error.URLError: <urlopen error Invalid url: 'git://example.com/ ' normalizes to 'git://example.com/'>
200 """
200 """
201 try:
201 try:
202 parsed_url = urllib.parse.urlparse(url)
202 parsed_url = urllib.parse.urlparse(url)
General Comments 0
You need to be logged in to leave comments. Login now