summaryrefslogtreecommitdiff
path: root/xnt/tasks/core_tasks.py
diff options
context:
space:
mode:
Diffstat (limited to 'xnt/tasks/core_tasks.py')
-rw-r--r--xnt/tasks/core_tasks.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/xnt/tasks/core_tasks.py b/xnt/tasks/core_tasks.py
index 034347d..9a5e1e8 100644
--- a/xnt/tasks/core_tasks.py
+++ b/xnt/tasks/core_tasks.py
@@ -409,7 +409,6 @@ 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 = []