skip Trackback error for ftp checking

Steven D'Aprano steve+comp.lang.python at pearwood.info
Sat Nov 10 01:50:34 EST 2012


On Fri, 09 Nov 2012 20:51:47 -0800, moonhkt wrote:

> HI All
> 
> How to skip Trackback warning/error when input ftp address is not
> correct or reject ?

The same way you would skip any other error when you do something wrong: 
catch the exception.


-- 
Steven



More information about the Python-list mailing list