better argument formatting

This commit is contained in:
Alan Hamlett 2015-10-23 00:18:20 -07:00
parent d389be2876
commit b483218249
1 changed files with 4 additions and 2 deletions

View File

@ -422,8 +422,10 @@ def execute(argv=None):
if args.entity_type != 'file' or os.path.isfile(args.entity):
stats = get_file_stats(args.entity, entity_type=args.entity_type,
lineno=args.lineno, cursorpos=args.cursorpos)
stats = get_file_stats(args.entity,
entity_type=args.entity_type,
lineno=args.lineno,
cursorpos=args.cursorpos)
project = args.project or args.alternate_project
branch = None