summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-07 19:45:04 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-07 19:45:04 +0200
commit555ff7819085344dd1b70bb6e6674ad6d5a63004 (patch)
treead0e74c98dbbd0b09e704a0e0025f7066e5901e0 /data
parent9cd7f5f9c9b3fad0136a3a98559c72131ae914ee (diff)
debuggin..
Diffstat (limited to 'data')
-rw-r--r--data/recursive_dataset.py2
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)