Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-10-06 17:00:09 +02:00
parent efe8dbfa85
commit 220611604b
1 changed files with 1 additions and 1 deletions

View File

@ -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):