X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=lightcards%2Frunner.py;h=7c730776bb3a436ea4084a8e8413acf863e40bdf;hb=85327074f6aaa4e46ec36cec6fd6f07317e96ea6;hp=e0af7d9e24e00746ca683e49e0537aac67e98f57;hpb=3ffbf7f20f3bdb8a162e2ecab608ac0a013a4b3c;p=lightcards.git diff --git a/lightcards/runner.py b/lightcards/runner.py index e0af7d9..7c73077 100644 --- a/lightcards/runner.py +++ b/lightcards/runner.py @@ -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()