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

Remove FIXME, as there's nothing to fix :)

Signed-off-by: Chris Corbyn <[email protected]>
d11wtq пре 11 година
родитељ
комит
b081077f2b
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      fig/cli/main.py

+ 0 - 1
fig/cli/main.py

@@ -219,7 +219,6 @@ class TopLevelCommand(Command):
         """
         """
 
 
         if options['--up']:
         if options['--up']:
-            # FIXME: I'm not sure if this is good python form
             self.up({'-d': True, 'SERVICE': None})
             self.up({'-d': True, 'SERVICE': None})
 
 
         service = self.project.get_service(options['SERVICE'])
         service = self.project.get_service(options['SERVICE'])