]> git.armaanb.net Git - lightcards.git/blobdiff - lightcards/runner.py
Fix purge option
[lightcards.git] / lightcards / runner.py
index e0af7d9e24e00746ca683e49e0537aac67e98f57..7c730776bb3a436ea4084a8e8413acf863e40bdf 100644 (file)
@@ -62,7 +62,7 @@ def show(args, stack, headers):
     """
     # Purge caches if asked
     if args.purge:
-        progress.purge(stack)
+        progress.purge(get_orig()[1])
 
     # Check for caches
     idx = Status()