diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 18:14:24 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 18:14:24 +0200 |
| commit | 472b0e917eb6f10674b29809e54c02f5bb176848 (patch) | |
| tree | df1c7274811c1a31ee15e9848268913cbca3fbf0 /data/recursive_dataset.py | |
| parent | e55191b18409d77f939baf21421abaff04752216 (diff) | |
debuggin..
Diffstat (limited to 'data/recursive_dataset.py')
| -rw-r--r-- | data/recursive_dataset.py | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |
