Skip to content

Commit

Permalink
Update test_phylophlan.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mick Watson authored Oct 21, 2019
1 parent 54e7bbb commit 7313ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/scripts/test_phylophlan.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7313ad6

Please sign in to comment.