Skip to content

Commit 1cb14ed

Browse files
committed
Fixed an indentation bug.
1 parent 7b10421 commit 1cb14ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

structure_threader/structure_threader.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,9 @@ def main():
483483
if arg.justplot is False:
484484
structure_threader(Ks, replicates, threads, wrapped_prog)
485485

486-
if wrapped_prog == "maverick":
487-
bestk = maverick_merger(arg.outpath, Ks, arg.notests)
488-
arg.notests = True
486+
if wrapped_prog == "maverick":
487+
bestk = maverick_merger(arg.outpath, Ks, arg.notests)
488+
arg.notests = True
489489

490490
if arg.notests is False:
491491
bestk = structure_harvester(arg.outpath, wrapped_prog)

0 commit comments

Comments
 (0)