diff --git a/pipeline/exceptions.py b/pipeline/exceptions.py index 4152b97c..aa787b83 100644 --- a/pipeline/exceptions.py +++ b/pipeline/exceptions.py @@ -10,7 +10,7 @@ class PackageNotFound(PipelineException): class CompilerError(PipelineException): - def __init__(self, msg, command=None, error_output=None): + def __init__(self, msg, command=None, error_output=''): super(CompilerError, self).__init__(msg) self.command = command