Fix for new parameter stuff.
--HG-- extra : convert_revision : 49d8df7235a02b71db9d309e6b2029587c3d0c8b
This commit is contained in:
@@ -32,7 +32,7 @@ import os
|
||||
|
||||
workload = twolf(isa, opsys, 'smred')
|
||||
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
|
||||
sav_file = os.path.join(cwd, workload.input_set + '.sav')
|
||||
|
||||
Reference in New Issue
Block a user