Added comma to __inity__.py list to fix testing issue.

This commit is contained in:
John Tramm 2020-01-27 17:47:07 +00:00
parent 3b9451bc73
commit d24667f348

View file

@ -1,6 +1,6 @@
# Test configuration options for regression tests
config = {
'event' : False
'event' : False,
'exe': 'openmc',
'mpi': False,
'mpiexec': 'mpiexec',