提交 a309a724 编写于 作者: C Cleber Rosa

avocado/utils/asset.py: comment fix

The author probably meant "search" and not "find".
Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 7faaba21
......@@ -84,7 +84,7 @@ class Asset(object):
if self.nameobj.scheme:
urls.append(self.nameobj.geturl())
# First let's find for the file in all cache locations
# First let's search for the file in each one of the cache locations
for cache_dir in self.cache_dirs:
cache_dir = os.path.expanduser(cache_dir)
self.asset_file = os.path.join(cache_dir, self.basename)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册