[OE-core] [PATCH] archiver: delete the tail slash in directory name

Khem Raj raj.khem at gmail.com
Thu Jul 24 15:25:49 UTC 2014


On Wed, Jul 23, 2014 at 10:37 PM, Liu Jian <jian.liu at windriver.com> wrote:
> local = fetch.localpath(url)
> + local = local.rstrip("/")

may be you could just do local = fetch.localpath(url).rstrip("/") in
the same line



More information about the Openembedded-core mailing list