0

Part of an attempt to make config parser a little more generic

This commit is contained in:
Andrew Chin
2012-01-28 18:56:40 -05:00
parent 42d1b5049f
commit 2497a8a806
3 changed files with 61 additions and 34 deletions

View File

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