Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Yenaled authored Sep 11, 2023
1 parent b15f581 commit 9b11623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kb_python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def parse_ref(
exclude=exclude,
threads=args.t,
dlist=dlist,
dlist_overhang=args.dlist_overhang,
dlist_overhang=args.d_list_overhang,
overwrite=args.overwrite,
make_unique=args.make_unique,
temp_dir=temp_dir,
Expand Down Expand Up @@ -343,7 +343,7 @@ def parse_ref(
k=args.k,
threads=args.t,
dlist=dlist,
dlist_overhang=args.dlist_overhang,
dlist_overhang=args.d_list_overhang,
aa=aa,
overwrite=args.overwrite,
temp_dir=temp_dir,
Expand All @@ -363,7 +363,7 @@ def parse_ref(
exclude=exclude,
threads=args.t,
dlist=dlist,
dlist_overhang=args.dlist_overhang,
dlist_overhang=args.d_list_overhang,
aa=aa,
overwrite=args.overwrite,
make_unique=args.make_unique,
Expand Down

0 comments on commit 9b11623

Please sign in to comment.