If a file in a for loop give an error write down that filename to a text file and continue the loop

后端 未结 0 1383
春和景丽
春和景丽 2020-12-19 20:46

I am trying some operation of the loop

for file in glob.glob(*.*):
  #step1 
  #step2   <--- sometimes when i perform the #step2 on some file there is a ch         


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