summaryrefslogtreecommitdiffstats
path: root/gamechestcli/gamechest/processor.py
diff options
context:
space:
mode:
Diffstat (limited to 'gamechestcli/gamechest/processor.py')
-rw-r--r--gamechestcli/gamechest/processor.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gamechestcli/gamechest/processor.py b/gamechestcli/gamechest/processor.py
index 89a340c..e31d023 100644
--- a/gamechestcli/gamechest/processor.py
+++ b/gamechestcli/gamechest/processor.py
@@ -36,6 +36,6 @@ def process_task(title, task):
rich_progress.update(global_id, completed=known_total)
#rich_progress.console.print('installation ended with code:', rc)
if rc != 0:
- # success, update db to say installed
- status_db.set_installed(game_info)
+ print('Process failed, aborting')
+ raise SystemExit(1)
print('ended with code:', rc)