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