Skip to content

Commit

Permalink
refine.py: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher committed May 8, 2019
1 parent c2ab232 commit ab8e640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions augur/refine.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ def run(args):
from treetime import TreeAnc
# instantiate treetime for the sole reason to name internal nodes
if args.root:
if args.root in ['best', 'least-squares', 'min_dev', 'oldest']:
raise TypeError("The rooting option '%s' is only available when inferring a timetree. Please specify an explicit outgroup."%args.root)
if args.root in ['best', 'least-squares', 'min_dev', 'oldest']:
raise TypeError("The rooting option '%s' is only available when inferring a timetree. Please specify an explicit outgroup."%args.root)

T.root_with_outgroup(args.root)

Expand Down

0 comments on commit ab8e640

Please sign in to comment.