From 95e2c26bfdd8e13a7b0939a0053eff480ec28ba2 Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 9 Dec 2018 12:59:36 +0800 Subject: [PATCH] Update index.py --- plugins/csvn/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/csvn/index.py b/plugins/csvn/index.py index 18d8d7b78..961bcb565 100755 --- a/plugins/csvn/index.py +++ b/plugins/csvn/index.py @@ -64,7 +64,7 @@ def status(): def csvnOp(method): - if not app_debug: + if app_debug: os_name = public.getOs() if os_name == 'darwin': return "Apple Computer does not support"