From b081077f2be2d4f2c81e1d513a25d46f5b9892e7 Mon Sep 17 00:00:00 2001 From: d11wtq Date: Sun, 8 Jun 2014 05:51:40 +0000 Subject: [PATCH] Remove FIXME, as there's nothing to fix :) Signed-off-by: Chris Corbyn --- fig/cli/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/fig/cli/main.py b/fig/cli/main.py index 1e2ea90fc..aa3b1428e 100644 --- a/fig/cli/main.py +++ b/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'])