diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 19:36:45 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 19:36:45 +0200 |
| commit | 80ea88c402db5a5edc7572784df5aa0fb506e95e (patch) | |
| tree | 359bee28ca172e8c352439a9699eeb939ecef22e | |
| parent | 90c009fc968f12f7435f6ed17e7c85c0a98c46f8 (diff) | |
debuggin..
| -rw-r--r-- | data/recursive_dataset.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/recursive_dataset.py b/data/recursive_dataset.py index 7a6d875..7eae202 100644 --- a/data/recursive_dataset.py +++ b/data/recursive_dataset.py @@ -26,7 +26,7 @@ class RecursiveDataset(BaseDataset): # print('oops: {}'.format(A_path2)) A_path = A_path2 else: - # print('not there yet... {}'.format(A_path)) + print('not there yet... {}'.format(A_path)) while not os.path.exists(A_path): # print('sleeping for {}'.format(self.opt.poll_delay)) gevent.sleep(self.opt.poll_delay) |
