]> git.armaanb.net Git - lightcards.git/blobdiff - lightcards/runner.py
Fix pickle implementation
[lightcards.git] / lightcards / runner.py
index 83a71b009b25413e51f112f2e200251b4b705a76..0d01ca16b8df467b0899e646d75d2485de6a001b 100644 (file)
@@ -56,7 +56,7 @@ def show(args, stack, headers):
 
     # Check for caches
     idx = Status()
-    cache = progress.dive(get_orig())
+    cache = progress.dive(get_orig()[1])
     if cache:
         (stack) = cache