Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 429

Show
Ignore:
Timestamp:
07/07/05 18:47:56
Author:
mikerobi
Message:

fixed little bug from last commit in test.py where the mode option would cause and error

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/test/test.py

    r428 r429  
    231231        servers.add('wsgi') 
    232232     
    233     argSet.difference(['-wsgi', '-native', '-serverless', '-all']) 
     233    argSet.difference_update(['-wsgi', '-native', '-serverless', '-all']) 
    234234 
    235235    tests = [] 
     
    244244    if len(argSet): 
    245245        for arg in sys.argv: 
     246            print arg, arg.lower(), arg.lower() in argSet 
    246247            if arg.lower() in argSet: 
    247248                raise BadArgument(arg) 

Hosted by WebFaction

Log in as guest/cpguest to create tickets