Fix for new parameter stuff.
--HG-- extra : convert_revision : 49d8df7235a02b71db9d309e6b2029587c3d0c8b
This commit is contained in:
parent
e42524af02
commit
c1fa2b156b
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ import os
|
||||||
|
|
||||||
workload = twolf(isa, opsys, 'smred')
|
workload = twolf(isa, opsys, 'smred')
|
||||||
root.system.cpu.workload = workload.makeLiveProcess()
|
root.system.cpu.workload = workload.makeLiveProcess()
|
||||||
cwd = root.system.cpu.workload.cwd
|
cwd = root.system.cpu.workload[0].cwd
|
||||||
|
|
||||||
#Remove two files who's presence or absence affects execution
|
#Remove two files who's presence or absence affects execution
|
||||||
sav_file = os.path.join(cwd, workload.input_set + '.sav')
|
sav_file = os.path.join(cwd, workload.input_set + '.sav')
|
||||||
|
|
Loading…
Reference in a new issue