fix variable definition bug
This commit is contained in:
parent
0533df08ca
commit
89c21f03bd
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ def main(argv=None):
|
||||||
|
|
||||||
project = find_project(args.targetFile, configs=configs)
|
project = find_project(args.targetFile, configs=configs)
|
||||||
branch = None
|
branch = None
|
||||||
name = None
|
project_name = None
|
||||||
if project:
|
if project:
|
||||||
branch = project.branch()
|
branch = project.branch()
|
||||||
project_name = project.name()
|
project_name = project.name()
|
||||||
|
|
Loading…
Reference in a new issue