From e6cb5e3e6b8065fed2d66a3bda60dd509c65c908 Mon Sep 17 00:00:00 2001 From: jesopo Date: Wed, 27 Feb 2019 14:53:03 +0000 Subject: Remove additional ')' (copypaste fail) --- modules/github/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/github/__init__.py') diff --git a/modules/github/__init__.py b/modules/github/__init__.py index e2098783..446d4258 100644 --- a/modules/github/__init__.py +++ b/modules/github/__init__.py @@ -175,7 +175,7 @@ class Module(ModuleManager.BaseModule): :usage: events [category [category ...]] :usage: branches [branch [branch ...]] """ - if event["target"].get_setting("github-hide-prefix", False)): + if event["target"].get_setting("github-hide-prefix", False): event["stdout"].hide_prefix() event["stderr"].hide_prefix() -- cgit v1.3.1-10-gc9f91