X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=blobdiff_plain;f=lightcards%2Frunner.py;fp=lightcards%2Frunner.py;h=40b5b15f25673e0f2c4599ebb950249a35f98977;hp=0bd560072b3b2720afd77d795db3f2bd9bf8ac33;hb=a32f80e459c2fa88cfde61fd80d1a8543cc51e8b;hpb=967980c67e952501e2affd7f29c8a8bc2e388abb diff --git a/lightcards/runner.py b/lightcards/runner.py index 0bd5600..40b5b15 100644 --- a/lightcards/runner.py +++ b/lightcards/runner.py @@ -8,7 +8,7 @@ from random import shuffle import sys from . import parse, progress, config -from .display import Display, CursesError +from .display import Display from .deck import Status @@ -108,7 +108,7 @@ def show(args, stack, headers, conf): try: curses.wrapper(win.run) except curses.error as e: - raise CursesError() from e + raise e def get_orig():