From 641ec640a52e9b1595fc06707d4405917067a74a Mon Sep 17 00:00:00 2001
From: Stuart Campbell <campbellsi@ornl.gov>
Date: Mon, 5 Oct 2015 19:40:48 -0400
Subject: [PATCH] corrected pylint path

---
 buildconfig/CMake/FindPylint.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildconfig/CMake/FindPylint.cmake b/buildconfig/CMake/FindPylint.cmake
index 666800d2da4..dcb4e94b659 100644
--- a/buildconfig/CMake/FindPylint.cmake
+++ b/buildconfig/CMake/FindPylint.cmake
@@ -29,9 +29,9 @@ if ( PYLINT_EXECUTABLE )
     set ( PYLINT_VERSION "unknown" )
   endif()
   # Script to find all .py files and execute pylint
-  set ( PYLINT_RUNNER_SCRIPT ${CMAKE_SOURCE_DIR}/../Tools/Pylint/run_pylint.py )
+  set ( PYLINT_RUNNER_SCRIPT ${CMAKE_SOURCE_DIR}/Tools/Pylint/run_pylint.py )
   # Configuration file
-  set ( PYLINT_CFG_FILE ${CMAKE_SOURCE_DIR}/../Tools/Pylint/pylint.cfg )
+  set ( PYLINT_CFG_FILE ${CMAKE_SOURCE_DIR}/Tools/Pylint/pylint.cfg )
 endif ()
 
 include(FindPackageHandleStandardArgs)
-- 
GitLab