summaryrefslogtreecommitdiff
path: root/xnt
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2014-07-23 00:33:25 -0600
committerkballou <kballou@devnulllabs.io>2014-07-23 00:42:09 -0600
commit2dcc73b29c62a6729830ed0829c5426e5309b990 (patch)
tree6bd19cc61506de32584d20f8406a35c20c621042 /xnt
parentb85bd4b61abeaed9b7d7f21d90ea783761f5b394 (diff)
downloadxnt-2dcc73b29c62a6729830ed0829c5426e5309b990.tar.gz
xnt-2dcc73b29c62a6729830ed0829c5426e5309b990.tar.xz
Pylint: ignore * or ** magic
Diffstat (limited to 'xnt')
-rw-r--r--xnt/tasks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/xnt/tasks.py b/xnt/tasks.py
index 70d372e..66793d5 100644
--- a/xnt/tasks.py
+++ b/xnt/tasks.py
@@ -300,6 +300,7 @@ def __in_path__(program):
return __apply__(__which__(kwargs['program']))
return ((__execute__, {'program': program,}),)
+# pylint: disable=W0142
def __apply__(func_tuple):
'''Execute function tuple'''
error_codes = []