Skip to content

Commit 1917373

Browse files
Update testStack.py
1 parent 970d166 commit 1917373

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

biovars/testStack.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/python
2+
13
import os
24
from os import listdir
35
from os.path import isfile, join
@@ -75,4 +77,4 @@ def runTest(iterList, inputRun):
7577
f.to_csv(mypath+'checkData_'+inputRun+'.csv', index=False)
7678

7779

78-
runTest(c,inputRun)
80+
runTest(c,inputRun)

0 commit comments

Comments
 (0)