We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be547a7 + e48589c commit dbba2d2Copy full SHA for dbba2d2
src/rosdep2/main.py
@@ -603,6 +603,7 @@ def command_init(options):
603
data = download_default_sources_list()
604
except URLError as e:
605
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)
607
return 4
608
except DownloadFailure as e:
609
0 commit comments