cleaned will also remove tally output files

This commit is contained in:
Bryan Herman 2013-08-12 14:39:29 -04:00
parent 54e56145a7
commit 05c1a07eae

View file

@ -36,7 +36,7 @@ for root, dirs, files in folders:
# Process results
os.system('python results.py')
os.system('mv results_test.dat results_true.dat')
os.system('rm *.binary')
os.system('rm -f *.binary *.out')
# Go back a directory
os.chdir('..')