| author | Ritesh Raj Sarraf <rrs@researchut.com> |
| Thu Jun 04 14:45:15 2009 +0530 (6 months ago) | |
| branch | forest |
| changeset 394 | 71cdf354553e |
| parent 393 | 2c77c95b70a7 |
| child 395 | db9c6872f369 |
| debianbts.py | file | annotate | diff | revisions |
1.1 --- a/debianbts.py Thu Jun 04 14:32:13 2009 +0530 1.2 +++ b/debianbts.py Thu Jun 04 14:45:15 2009 +0530 1.3 @@ -857,6 +857,7 @@ 1.4 number = int(number) 1.5 except ValueError: 1.6 sys.stderr.write("%s couldn't be convered to integer.\nPlease report a bug" % (number) ) 1.7 + return False 1.8 if SYSTEMS[system].get('cgiroot'): 1.9 result = get_cgi_report(number, system, http_proxy, archived, 1.10 followups)