From 9df7d7439732d113a74605ad1bae9c130dee0bd4 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Sun, 12 Feb 2017 20:40:16 +0100 Subject: Add and update license headers Change-Id: I8ccb23c9ffa0d511427ad089b033973ffe96360f Signed-off-by: jose.lausuch --- odl-pipeline/lib/utils/processutils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'odl-pipeline/lib/utils/processutils.py') 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 -- cgit 1.2.3-korg