Skip to content

Commit dbba2d2

Browse files
author
SubaruArai
committed
Merge branch 'master' into fix/deprecation_pkg_resources
2 parents be547a7 + e48589c commit dbba2d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rosdep2/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,7 @@ def command_init(options):
603603
data = download_default_sources_list()
604604
except URLError as e:
605605
print('ERROR: cannot download default sources list from:\n%s\nWebsite may be down.' % (DEFAULT_SOURCES_LIST_URL), file=sys.stderr)
606+
print(e, file=sys.stderr)
606607
return 4
607608
except DownloadFailure as e:
608609
print('ERROR: cannot download default sources list from:\n%s\nWebsite may be down.' % (DEFAULT_SOURCES_LIST_URL), file=sys.stderr)

0 commit comments

Comments
 (0)