mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
fix variable definition bug
This commit is contained in:
parent
d9cc911595
commit
7a2c2b9750
@ -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 New Issue
Block a user