Traceback when try to login
Brought to you by:
phil_schwartz
Hello, I think, I've mistyped my login, but all the
same, I got the traceback:
Traceback (most recent call last):
File
"c:\temp\releaseforge-1.1\ReleaseForge\workerThread.py",
line 18, in run
data = apply(self.func, self.args)
File "c:\temp\releaseforge-1.1\ReleaseForge\sf.py",
line 38, in initialize
else: sf_projects = self.sf_comm.login(username,
password, MY_PROJECTS_URL)
File
"c:\temp\releaseforge-1.1\ReleaseForge\sfcomm.py", line
175, in login
return projects
UnboundLocalError: local variable 'projects' referenced
before assignment