From b9286096d1764de63f98a5af6e86d3ad232c55e6 Mon Sep 17 00:00:00 2001 From: EndrII Date: Fri, 19 Jun 2020 00:52:54 +0300 Subject: [PATCH] fix syntacsis error --- BuildBotLib/buildBotChangeSource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildBotLib/buildBotChangeSource.py b/BuildBotLib/buildBotChangeSource.py index 9a6e89f..f77330c 100644 --- a/BuildBotLib/buildBotChangeSource.py +++ b/BuildBotLib/buildBotChangeSource.py @@ -15,7 +15,7 @@ class BuildBotChangeSource(BuildBotModule): { 'github': { 'secret': secret.getValue('WebHook'), 'token': secret.getValue('gitHub'), - 'strict': True, + 'strict': True }, }, ]