555,556c555,556
< def makeDualRoot(testSystem, driveSystem, dumpfile):
< self = Root()
---
> def makeDualRoot(full_system, testSystem, driveSystem, dumpfile):
> self = Root(full_system = full_system)