mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
fixed minor typo when vtk not installed
This commit is contained in:
parent
9de2a00eff
commit
c18eb5f7f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue