forked from ungleich-public/cdist
--typo, missing colon
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
a15972f20d
commit
0d9906b0b8
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class Error(Exception):
|
|||
class MissingEnvironmentVariableError(Error):
|
||||
"""Raised when a required environment variable is not set."""
|
||||
|
||||
def __init__(self, name)
|
||||
def __init__(self, name):
|
||||
self.name = name
|
||||
|
||||
def __str__(self):
|
||||
|
|
Loading…
Reference in a new issue