Python Logging - Make a log file which list the files that raise an error in For loop

前端 未结 0 1565
抹茶落季
抹茶落季 2020-12-20 15:41

I am trying some operation in the loop

from obspy import read
for file in glob.glob(\'*.*\'):
    st=read(file)

But some particular files in

相关标签:
回答
  • 消灭零回复
提交回复
热议问题