소스 검색

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']:
-            # FIXME: I'm not sure if this is good python form
             self.up({'-d': True, 'SERVICE': None})
 
         service = self.project.get_service(options['SERVICE'])