~bugsquad/bughelper/bughelper.main

« back to all changes in this revision

Viewing changes to bughelper

  • Committer: Markus Korn
  • Date: 2007-04-25 10:44:47 UTC
  • Revision ID: thekorn@gmx.de-20070425104447-cimswpkfeqk1yjk8
fixed commandLine.py: added --nd option to ./bughelper

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
                            displayclues[clue.info].add(a.url)
133
133
                if displayclues:
134
134
                    print output.print_bug(cl.options.format, b, displayclues)
135
 
    if not count_bugs:
 
135
    if cl.options.no_duplicates and not count_bugs:
136
136
        print "No bugs found."
137
137
        sys.exit(1)
138
138