Skip to content

Commit

Permalink
Add settings to stderr message
Browse files Browse the repository at this point in the history
  • Loading branch information
rrwick committed Jun 21, 2022
1 parent b053f3a commit 95fd412
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/polypolish_human_readable.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ def starting_message(args):
log()
log('Settings:')
log(f' --padding {args.padding}')
log(f' --merge {args.merge}')
log(f' --aligner {args.aligner}')
log()
return datetime.datetime.now()

Expand Down

0 comments on commit 95fd412

Please sign in to comment.