From ab8e640449035c6546cbc430f123c8053003e21a Mon Sep 17 00:00:00 2001 From: Richard Neher Date: Wed, 8 May 2019 18:44:02 +0200 Subject: [PATCH] refine.py: whitespace --- augur/refine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/augur/refine.py b/augur/refine.py index 07122a9ae..66ff3705f 100644 --- a/augur/refine.py +++ b/augur/refine.py @@ -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)