mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
XXX -> TODO
This commit is contained in:
parent
8e42001f3a
commit
4483567f1a
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ def read(url, *, _open_url=open_url):
|
|||
try:
|
||||
infile = _open_url(url)
|
||||
except (FileNotFoundError, urllib.error.HTTPError) as exc:
|
||||
# XXX Ensure it's a 404 error?
|
||||
# TODO: Ensure it's a 404 error?
|
||||
raise SchemaFileError('schema file at {!r} not found'.format(url))
|
||||
with infile:
|
||||
upstream = download(url, infile, outfile, _open=_open_url)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue