fixed minor typo when vtk not installed

This commit is contained in:
Bryan Herman 2014-04-24 23:57:14 -04:00
parent 9de2a00eff
commit c18eb5f7f1

View file

@ -13,7 +13,7 @@ try:
import vtk
except ImportError:
print('----------------Skipping test-------------')
shutils.copy('results_true.dat', 'results_test.dat')
shutil.copy('results_true.dat', 'results_test.dat')
exit()
# Run track processing script