bitbake: lib/fetch2/__init__.py: Fix unpack comment

(Bitbake rev: b8f477de204ab5d0680b2b7c42370d13395be46c)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Mark Hatle
2017-07-26 10:20:35 -05:00
committed by Richard Purdie
parent c6c1823ef2
commit 0342c4270e

View File

@@ -1738,7 +1738,7 @@ class Fetch(object):
def unpack(self, root, urls=None):
"""
Check all urls exist upstream
Unpack urls to root
"""
if not urls: