From 2f91548e725ea6e0318da6d6c3a1035e426dc21d Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Fri, 4 Jan 2019 20:21:45 +0000 Subject: [PATCH] pep8 --- scripts/jenkins_script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/jenkins_script.py b/scripts/jenkins_script.py index ce69a071d..795630fac 100755 --- a/scripts/jenkins_script.py +++ b/scripts/jenkins_script.py @@ -61,7 +61,7 @@ class OpenLPJobs(object): Branch_macOS_Tests = 'Branch-02b-macOS-Tests' Branch_Build_Source = 'Branch-03a-Build-Source' Branch_Build_macOS = 'Branch-03b-Build-macOS' - Branch_Code_Analysis = 'Branch-04a-Code-Analysis' + Branch_Code_Analysis = 'Branch-04a-Code-Lint' Branch_Test_Coverage = 'Branch-04b-Test-Coverage' Branch_Lint_Check = 'Branch-04c-Lint-Check' Branch_AppVeyor_Tests = 'Branch-05-AppVeyor-Tests'