degal/commands/main.py
changeset 113 3e0bbacc917e
parent 101 698dc68a985d
child 115 d5aa320697df
--- a/degal/commands/main.py	Sun Jun 14 17:19:41 2009 +0300
+++ b/degal/commands/main.py	Sun Jun 14 17:20:03 2009 +0300
@@ -34,7 +34,7 @@
         ctx.log_info("%s", image)
         
         # only test if not already filtered for update
-        if for_update or image.stale() :
+        if for_update or ctx.config.force_thumb or image.stale() :
             # render output thumbs
             render_image_thumbs(image)