[RTEMS Project] #3804: sb-get-sources: Error repo_mail referenced before assignment
RTEMS trac
trac at rtems.org
Wed Oct 30 12:31:47 UTC 2019
#3804: sb-get-sources: Error repo_mail referenced before assignment
----------------------------+-------------------------
Reporter: Joel Sherrill | Owner: Chris Johns
Type: defect | Status: assigned
Priority: normal | Milestone: 5.1
Component: tool/rsb | Version: 5
Severity: normal | Keywords:
Blocked By: | Blocking:
----------------------------+-------------------------
This occurred on CentOS 7 with Python 2.7.5 and 3.6.
{{{
$ ../source-builder/sb-get-sources bare/qemu
RTEMS Source Builder - Get Sources, 5 (5ecf0181b494)
Traceback (most recent call last):
File "../source-builder/sb/cmd-get-sources.py", line 26, in <module>
getsources.run()
File "/home/joel/rtems-work/rtems-source-builder/source-
builder/sb/getsources.py", line 631, in run
opts = load_options(args, argopts)
File "/home/joel/rtems-work/rtems-source-builder/source-
builder/sb/getsources.py", line 588, in load_options
opts = options(argv, argopts, defaults)
File "/home/joel/rtems-work/rtems-source-builder/source-
builder/sb/getsources.py", line 167, in __init__
self.sb_git()
File "/home/joel/rtems-work/rtems-source-builder/source-
builder/sb/getsources.py", line 276, in sb_git
if repo_mail is not None:
UnboundLocalError: local variable 'repo_mail' referenced before assignment
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/3804>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list