From 472b0e917eb6f10674b29809e54c02f5bb176848 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 7 Jun 2018 18:14:24 +0200 Subject: debuggin.. --- data/recursive_dataset.py | 1 + 1 file changed, 1 insertion(+) (limited to 'data/recursive_dataset.py') diff --git a/data/recursive_dataset.py b/data/recursive_dataset.py index f1791d7..b6ce65d 100644 --- a/data/recursive_dataset.py +++ b/data/recursive_dataset.py @@ -26,6 +26,7 @@ class RecursiveDataset(BaseDataset): A_path = A_path2 else: print('not there yet... {}'.format(A_path)) + print('sleeping for {}'.format(self.opt.poll_delay)) while not os.path.exists(A_path): gevent.sleep(self.opt.poll_delay) print("got {}".format(A_path)) -- cgit v1.2.3-70-g09d2