Forráskód Böngészése

Add missing return value for filename check

Oh my, how embarrassing.
Chris Adams 11 éve
szülő
commit
239da2ef69
1 módosított fájl, 1 hozzáadás és 1 törlés
  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')