oops
authorCameron Patrick <[email protected]>
Sun, 1 Aug 2004 05:57:30 +0000 (05:57 +0000)
committerCameron Patrick <[email protected]>
Sun, 1 Aug 2004 05:57:30 +0000 (05:57 +0000)
sql-edition/servers/VendServer.py

index 85f42f4..198b109 100755 (executable)
@@ -434,6 +434,7 @@ if __name__ == '__main__':
                        rfh, wfh = connect_to_vend(options, config_opts)
                except (LATClientException, socket.error), e:
                        (exc_type, exc_value, exc_traceback) = sys.exc_info()
+                       del exc_traceback
                        print
                        print "Connection error: "+str(exc_type)+" "+str(e)
                        print "Trying again in 5 seconds."

UCC git Repository :: git.ucc.asn.au