Add missing return value for filename check

Oh my, how embarrassing.
This commit is contained in:
Chris Adams 2014-01-28 09:51:33 +00:00
parent 1d18d747a5
commit 239da2ef69
1 changed files with 1 additions and 1 deletions

View File

@ -69,4 +69,4 @@ If it's at a non-standard location, specify the URL with the DOCKER_HOST environ
return os.path.join(self.base_dir, 'fig.yaml')
else:
os.path.join(self.base_dir, 'fig.yml')
return os.path.join(self.base_dir, 'fig.yml')