From 9db954a609cf578f0a89e35d030608405b0cadc7 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 11 Nov 2011 01:51:56 +0400 Subject: [PATCH] still have some odd behaviur (use tmp_config.json)... Signed-off-by: Alex A. Naanou --- index.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.py b/index.py index 72e54c70..bbb3b27d 100755 --- a/index.py +++ b/index.py @@ -1,7 +1,7 @@ #======================================================================= __version__ = '''0.0.01''' -__sub_version__ = '''20111111014115''' +__sub_version__ = '''20111111015101''' __copyright__ = '''(c) Alex A. Naanou 2011''' @@ -221,10 +221,12 @@ def split_images(index): res[i][t] = [] res[i][t] += [(path, ext)] else: + ##!!! we sometimes fall into here for odd reasons (use tmp_config.json) # output orphan/ungrouped images... # NOTE: these images can be located in a # different place or are orgonized in a # different way... +## print '%%%%%%', path, name, ext gid = str(uuid.uuid4()) yield gid, { 'gid': gid,