summaryrefslogtreecommitdiffstats
path: root/gamechestcli/gamechest/runners/extract.py
diff options
context:
space:
mode:
Diffstat (limited to 'gamechestcli/gamechest/runners/extract.py')
-rw-r--r--gamechestcli/gamechest/runners/extract.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gamechestcli/gamechest/runners/extract.py b/gamechestcli/gamechest/runners/extract.py
index e8011a7..12f4d2f 100644
--- a/gamechestcli/gamechest/runners/extract.py
+++ b/gamechestcli/gamechest/runners/extract.py
@@ -85,8 +85,8 @@ class Extract(RunnerBase):
if __name__ == '__main__':
- import sys
import contextlib
+ import sys
with contextlib.suppress(KeyboardInterrupt):
with Extract(sys.argv[1], sys.argv[2]) as runner:
while runner.poll() is None: