Fix for new parameter stuff.

--HG--
extra : convert_revision : 49d8df7235a02b71db9d309e6b2029587c3d0c8b
This commit is contained in:
Gabe Black 2007-08-01 12:02:08 -07:00
parent e42524af02
commit c1fa2b156b

View file

@ -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')