SourceForge: pypt-offline/pypt-offline: changeset 395:db9c6872f369
Change Bug Parsing Delimiter. forest
authorRitesh Raj Sarraf <rrs@researchut.com>
Thu Jun 04 14:55:23 2009 +0530 (6 months ago)
branchforest
changeset 395db9c6872f369
parent 394 71cdf354553e
child 396 6a347de5ecf3
Change Bug Parsing Delimiter.

We need to move to the new reportbug libs, which are well maintained.
For now, the current pypt-offline offline bug report libs work, but they often fail.
pypt_core.py
     1.1 --- a/pypt_core.py	Thu Jun 04 14:45:15 2009 +0530
     1.2 +++ b/pypt_core.py	Thu Jun 04 14:55:23 2009 +0530
     1.3 @@ -132,7 +132,7 @@
     1.4                                  
     1.5                                  if bug_flag:
     1.6                                          for x in sub_bugs_list:
     1.7 -                                                break_bugs = x.split( ':' )
     1.8 +                                                break_bugs = x.split( ' ' )
     1.9                                                  bug_num = string.lstrip( break_bugs[0], '#' )
    1.10                                                  try:
    1.11                                                          data = debianbts.get_report( bug_num, followups=True )