From: Mike Looijmans <mike.looijmans@topic.nl>
To: openembedded-core@lists.openembedded.org
Subject: bitbake: Missing 'import errno' in git.py
Date: Sat, 19 Sep 2015 14:07:36 +0200 [thread overview]
Message-ID: <55FD5008.1050906@topic.nl> (raw)
I think there's an "import errno" missing in the file. Anyone already
aware of this, or should I make a patch?
File: '.../bitbake/lib/bb/fetch2/git.py', lineno: 224, function: download
0220: runfetchcmd("%s pack-redundant --all | xargs -r
rm" % ud.basecmd, d)
0221: try:
0222: os.unlink(ud.fullmirror)
0223: except OSError as exc:
*** 0224: if exc.errno != errno.ENOENT:
0225: raise
0226: os.chdir(ud.clonedir)
0227: for name in ud.names:
0228: if not self._contains_ref(ud, d, name):
Exception: NameError: global name 'errno' is not defined
--
Mike Looijmans
next reply other threads:[~2015-09-19 12:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-19 12:07 Mike Looijmans [this message]
2015-09-19 13:16 ` bitbake: Missing 'import errno' in git.py Burton, Ross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55FD5008.1050906@topic.nl \
--to=mike.looijmans@topic.nl \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.