a780201 / google-safe-browsing

Automatically exported from code.google.com/p/google-safe-browsing
0 stars 0 forks source link

Command line client has error message, crash #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

Traceback (most recent call last):
  File "./client.py", line 419, in <module>
    main(sys.argv)
  File "./client.py", line 407, in main
    PrintUsage()
TypeError: PrintUsage() takes exactly 1 argument (0 given)

Traceback (most recent call last):
  File "./client.py", line 419, in <module>
    main(sys.argv)
  File "./client.py", line 407, in main
    PrintUsage()
TypeError: PrintUsage() takes exactly 1 argument (0 given)

The call for PrintUsage is 

def PrintUsage(argv):
  print >>sys.stderr, ('Usage: %s [check <URL> <URL> ...]'
                       % (argv[0],))

Original issue reported on code.google.com by nickgsup...@gmail.com on 27 Jul 2010 at 9:59

GoogleCodeExporter commented 8 years ago
This will be fixed in the next release of the client.

Original comment by GCa...@gmail.com on 17 Aug 2010 at 9:21