Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchenlin committed Jan 29, 2021
1 parent 8ee9d6d commit 0bf3692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebiber/normalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def main():
assert args.input_bib is not None, "You need to specify an input path by -i xxx.bib"
bib_db = construct_bib_db(args.bib_list, start_dir=filepath)
all_bib_entries = load_bib_file(args.input_bib)
output_path = args.input_bib if args.output == "same" else args.output_bib
output_path = args.input_bib if args.output_bib == "same" else args.output_bib
normalize_bib(bib_db, all_bib_entries, output_path)


Expand Down

0 comments on commit 0bf3692

Please sign in to comment.