Guest User

Untitled

a guest
Apr 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. try:
  2. if os.path.isdir(self.aaa):
  3. shutil.rmtree(self.aaa)
  4. os.makedirs(self.aaa)
  5. time.sleep(2)
  6. except Exception as e:
  7. print e
  8. try:
  9. if os.path.isdir(self.aaa):
  10. # ファイルコピー処理
  11. else:
  12. logger.info(u"まだ生成できていないです")
  13. except Exception as e:
  14. print e
Add Comment
Please, Sign In to add comment