Update mobility.py
fixed bad variable name from previous refactoring
This commit is contained in:
parent
9f9dfbf6c2
commit
589bfadda8
1 changed files with 1 additions and 1 deletions
|
@ -1234,4 +1234,4 @@ class Ns2ScriptedMobility(WayPointMobility):
|
|||
return
|
||||
filename = self.findfile(filename)
|
||||
args = ["/bin/sh", filename, typestr]
|
||||
utils.check_cmd(args, cwd=self.session.sessiondir, env=self.session.get_environment())
|
||||
utils.check_cmd(args, cwd=self.session.session_dir, env=self.session.get_environment())
|
||||
|
|
Loading…
Reference in a new issue