fix variable definition bug

This commit is contained in:
Alan Hamlett 2013-12-13 15:41:29 +01:00
parent 0533df08ca
commit 89c21f03bd
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ def main(argv=None):
project = find_project(args.targetFile, configs=configs)
branch = None
name = None
project_name = None
if project:
branch = project.branch()
project_name = project.name()