From 7bdac71087a51be4655a0280a719a0b401614e47 Mon Sep 17 00:00:00 2001 From: Anthony King Date: Wed, 16 Jul 2014 12:56:40 +0100 Subject: pylint fixes for project.py Fix all the formatting warnings and unused variables Change-Id: I17d88a23572303879530077f3a80451de5417fbb --- subcmds/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subcmds/init.py') diff --git a/subcmds/init.py b/subcmds/init.py index b1fcb69c..b73de71c 100644 --- a/subcmds/init.py +++ b/subcmds/init.py @@ -233,7 +233,7 @@ to update the working directory files. sys.exit(1) if opt.manifest_branch: - m.MetaBranchSwitch(opt.manifest_branch) + m.MetaBranchSwitch() syncbuf = SyncBuffer(m.config) m.Sync_LocalHalf(syncbuf) -- cgit v1.2.3-54-g00ecf