summaryrefslogtreecommitdiff
path: root/xnt
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2014-07-31 23:58:35 -0600
committerkballou <kballou@devnulllabs.io>2014-07-31 23:58:35 -0600
commit989261aafcbdfba1fa9893d75fb81a0bcd611d7c (patch)
tree86c1c66c826334a985dbe7ddf8d1e875c2f924b0 /xnt
parent3bfb4cc56d45cfb6e531746e6eb33b924279aedc (diff)
downloadxnt-989261aafcbdfba1fa9893d75fb81a0bcd611d7c.tar.gz
xnt-989261aafcbdfba1fa9893d75fb81a0bcd611d7c.tar.xz
Locally disable pylint R0912
Diffstat (limited to 'xnt')
-rw-r--r--xnt/tasks/core_tasks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/xnt/tasks/core_tasks.py b/xnt/tasks/core_tasks.py
index a6b6d0f..175d5eb 100644
--- a/xnt/tasks/core_tasks.py
+++ b/xnt/tasks/core_tasks.py
@@ -226,6 +226,7 @@ def __load_build__(buildfile="./build.py"):
del sys.modules[buildmodule]
os.chdir(cwd)
+#pylint: disable=R0912
def __xntcall__(buildfile, targets=None, props=None):
"""Invoke xnt on another build file in a different directory