From 7313ad63a40e539a5a305ed007a8ee7a93103c60 Mon Sep 17 00:00:00 2001 From: Mick Watson Date: Mon, 21 Oct 2019 20:52:58 +0100 Subject: [PATCH] Update test_phylophlan.py --- test/scripts/test_phylophlan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/scripts/test_phylophlan.py b/test/scripts/test_phylophlan.py index 90cd78a..9fff8db 100644 --- a/test/scripts/test_phylophlan.py +++ b/test/scripts/test_phylophlan.py @@ -7,14 +7,14 @@ import errno if len(sys.argv) == 1: - print("Please provide a filename") + print "Please provide a filename" sys.exit() # phylophlan dir phydir = sys.argv[1] if not os.path.exists(phydir) or not os.path.isdir(phydir): - print(phydir + " does not exist or isn't a directory") + print phydir + " does not exist or isn't a directory" sys.exit() # output file