]> git.parisson.com Git - telemeta.git/commitdiff
fix #63 partially
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 15 Jun 2015 07:14:26 +0000 (09:14 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 15 Jun 2015 07:14:26 +0000 (09:14 +0200)
telemeta/management/commands/telemeta-cleanup.py

index 1e9be8c432889d4d3c88293b755cd9ef99372fe2..4e06cad3d11c267387cf71bbabea3f96370d1436 100644 (file)
@@ -19,7 +19,7 @@ class Command(BaseCommand):
 
         print 'cleaning multiple analyses per item...'
         for item in items:
-            if 'cache' in args::
+            if 'cache' in args:
                 print 'cleaning cache...'
                 self.cache_data.delete_item_data(item.code)
                 self.cache_export.delete_item_data(item.code)