[Type] Bugfix
[Module] Toolchain /
[Priority] Major
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
Change-Id: I53075830d750f656a50eabadc589cf10007f9dcf
+* 2.0.10
+- hot fix No method error
+== hyoun jiil <jiil.hyoun@samsung.com> 2013-01-23
* 2.0.9
- several bug fix
-- sync bug fix
Source : dibs
-Version :2.0.9
+Version :2.0.10
Maintainer : taejun ha<taejun.ha@samsung.com>, jiil hyoun <jiil.hyoun@samsung.com>, donghyuk yang <donghyouk.yang@samsung.com>, donghee yang <donghee.yang@samsung.com>, sungmin kim <dev.sungmin.kim@samsung.com
Package : dibs
filename = pkg_path.split('/')[-1]
if not FileDownLoader.download(url, loc, @log) then
- @log.Error "File Download Failed!!"
- @log.Error "* #{url} -> #{loc}"
+ @log.error "File Download Failed!!"
+ @log.error "* #{url} -> #{loc}"
return nil
end