mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
remove dead code
This commit is contained in:
parent
fe19cfcdd2
commit
e9c6b03b9e
1 changed files with 0 additions and 3 deletions
|
|
@ -93,9 +93,6 @@ class SourceFileTestHarness(TestHarness):
|
|||
def _cleanup(self):
|
||||
TestHarness._cleanup(self)
|
||||
output = glob.glob(os.path.join(os.getcwd(), 'source.*'))
|
||||
#for f in output:
|
||||
# if os.path.exists(f):
|
||||
# os.remove(f)
|
||||
with open('settings.xml','w') as fh:
|
||||
fh.write(settings1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue