Changeset 3266

Show
Ignore:
Timestamp:
11/30/07 22:36:13 (16 years ago)
Author:
jerome
Message:

Now catches xmlrpc protocol errors as well, and honor the --noremote
command line switch in this case too.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pknotify

    r3262 r3266  
    287287                if options["quit"] :     
    288288                    server.quitApplication() 
    289             except (socket.error, socket.gaierror), msg : 
     289            except (xmlrpclib.ProtocolError, socket.error, socket.gaierror), msg : 
    290290                print options["noremote"] 
    291291                #try :