On Sat, May 2, 2015 at 8:42 PM,  <subhabrata.bane...@gmail.com> wrote:
> Dear Group,
>
> I am trying to write the following script to call around 0.3 million files 
> from a remote server.
> It is generally working fine, but could work only upto 65 to 70 files. After 
> this, it is just
> printing the file names and not processing anything. If anyone may kindly 
> suggest what I am
> doing wrong?
>
>             except:
>                 print "OOPS1"

Get rid of these lines (and the similar ones elsewhere), then run the
script again. You'll get a useful error message, most likely.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to