From c18eb5f7f1734f0634889df04bc22a72d1126cfe Mon Sep 17 00:00:00 2001 From: Bryan Herman Date: Thu, 24 Apr 2014 23:57:14 -0400 Subject: [PATCH] fixed minor typo when vtk not installed --- tests/test_track_output/results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_track_output/results.py b/tests/test_track_output/results.py index 2562adaf1a..f79b47eff7 100644 --- a/tests/test_track_output/results.py +++ b/tests/test_track_output/results.py @@ -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