pylint fixes for project.py

Fix all the formatting warnings and unused variables

Change-Id: I17d88a23572303879530077f3a80451de5417fbb
This commit is contained in:
Anthony King
2014-07-16 12:56:40 +01:00
committed by David Pursehouse
parent 497bde4de5
commit 7bdac71087
2 changed files with 105 additions and 105 deletions

View File

@ -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)