From 205205aefd6f4d0d4e3d6a43faec27d0817f5614 Mon Sep 17 00:00:00 2001 From: Neraud Date: Sun, 30 Jul 2017 09:40:31 +0200 Subject: [PATCH] Fix exit code for autoconf The plugin should always return 0 --- plugins/torrent/deluge_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/torrent/deluge_ b/plugins/torrent/deluge_ index 27b5d2b4..3387f518 100644 --- a/plugins/torrent/deluge_ +++ b/plugins/torrent/deluge_ @@ -378,7 +378,7 @@ if len(sys.argv) > 1: elif action == "autoconf": if not successful_import: print('no (required modules not found)') - sys.exit(1) + sys.exit(0) print('yes') elif action == "suggest": for mode in modes: