summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/recursive_dataset.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/recursive_dataset.py b/data/recursive_dataset.py
index 15151d9..2560c3b 100644
--- a/data/recursive_dataset.py
+++ b/data/recursive_dataset.py
@@ -35,6 +35,7 @@ class RecursiveDataset(BaseDataset):
return 10000000
def append(self, path):
+ print('append', path)
self.next_image = path
def name(self):