diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 19:45:04 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 19:45:04 +0200 |
| commit | 555ff7819085344dd1b70bb6e6674ad6d5a63004 (patch) | |
| tree | ad0e74c98dbbd0b09e704a0e0025f7066e5901e0 /data/recursive_dataset.py | |
| parent | 9cd7f5f9c9b3fad0136a3a98559c72131ae914ee (diff) | |
debuggin..
Diffstat (limited to 'data/recursive_dataset.py')
| -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 18a77a8..828adb5 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)) time.sleep(self.opt.poll_delay) |
