Part of an attempt to make config parser a little more generic
This commit is contained in:
@@ -111,3 +111,5 @@ def validateDimension(d, **kwargs):
|
||||
return d
|
||||
raise ValidationException("%r is not a valid dimension" % d)
|
||||
|
||||
def validateOutputDir(d, **kwargs):
|
||||
return os.path.abs(d)
|
||||
|
||||
Reference in New Issue
Block a user