Преглед изворни кода

Add missing return value for filename check

Oh my, how embarrassing.
Chris Adams пре 12 година
родитељ
комит
239da2ef69
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      fig/cli/command.py

+ 1 - 1
fig/cli/command.py

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