summaryrefslogtreecommitdiffstats
path: root/odl-pipeline/lib/utils/processutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'odl-pipeline/lib/utils/processutils.py')
-rwxr-xr-xodl-pipeline/lib/utils/processutils.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/odl-pipeline/lib/utils/processutils.py b/odl-pipeline/lib/utils/processutils.py
index 2abb88a..98162c8 100755
--- a/odl-pipeline/lib/utils/processutils.py
+++ b/odl-pipeline/lib/utils/processutils.py
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2015 All rights reserved
+# Copyright (c) 2017 All rights reserved
# This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
@@ -85,6 +85,7 @@ def mask_password(message, secret="***"):
class ProcessExecutionError(Exception):
+
def __init__(self, stdout=None, stderr=None, exit_code=None, cmd=None,
description=None):
self.exit_code = exit_code