Closed GoogleCodeExporter closed 9 years ago
Here are the scripts I use to reproduce the bug.
Place both of these in the goflow/leavedemo directory, and run go.sh
Original comment by pedah...@gmail.com
on 10 Sep 2008 at 12:54
Attachments:
What the version or revision do you use ?
FYI your script works on the last truc rev.
Original comment by esimo...@gmail.com
on 11 Sep 2008 at 2:25
This was with 153. I didn't up before I filed the bug report. I didn't realize
so
much was still changing.
These two scripts, placed in goflow/leavedemo, and then invoked by ./go.sh,
produce
for me:
Traceback (most recent call last):
File "./test_flow.py", line 19, in <module>
wf = ProcessInstance.objects.start('leave', user, lr)
File "/usr/lib/python2.5/site-packages/goflow/runtime/models.py", line 77, in start
log('application pushed to user', target_user.username)
AttributeError: 'NoneType' object has no attribute 'username'
$ svn up
At revision 165.
I also corrected go.sh to call 'python manage.py' instead of running manage.py
directly since it's not executable by default.
Original comment by pedah...@gmail.com
on 11 Sep 2008 at 10:37
Attachments:
This bug was fixed on rev 154.
You should use v 0.62 (rev 157)
Original comment by esimo...@gmail.com
on 12 Sep 2008 at 9:18
Sorry for the trouble. I realized today there were multiple version floating
around,
so was probably importing an old version. Sorry about that.
Original comment by pedah...@gmail.com
on 17 Sep 2008 at 12:07
Original issue reported on code.google.com by
pedah...@gmail.com
on 8 Sep 2008 at 8:01