diff options
-rw-r--r-- | bitbake/lib/bb/fetch2/__init__.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py index 259b2637a6..63e619ab98 100644 --- a/bitbake/lib/bb/fetch2/__init__.py +++ b/bitbake/lib/bb/fetch2/__init__.py | |||
@@ -1780,7 +1780,11 @@ class Fetch(object): | |||
1780 | 1780 | ||
1781 | def checkstatus(self, urls=None): | 1781 | def checkstatus(self, urls=None): |
1782 | """ | 1782 | """ |
1783 | Check all urls exist upstream | 1783 | Check all URLs exist upstream. |
1784 | |||
1785 | Returns None if the URLs exist, raises FetchError if the check wasn't | ||
1786 | successful but there wasn't an error (such as file not found), and | ||
1787 | raises other exceptions in error cases. | ||
1784 | """ | 1788 | """ |
1785 | 1789 | ||
1786 | if not urls: | 1790 | if not urls: |