nga-python: fix a bug in include
FossilOrigin-Name: 90df732d68816e90c2767c398a07d80c82a65188ca580e9aafbb11442e902ce8
This commit is contained in:
parent
aff0fb3c6e
commit
1052e8a83c
1 changed files with 1 additions and 1 deletions
|
@ -441,7 +441,7 @@ class Retro:
|
|||
b = self.stack.pop()
|
||||
self.stack.push(self.inject_string(sys.argv[a + 2], b))
|
||||
if action == 2:
|
||||
run_file(self.extract_string(self.stack.pop()))
|
||||
self.run_file(self.extract_string(self.stack.pop()))
|
||||
if action == 3:
|
||||
b = self.stack.pop()
|
||||
self.stack.push(self.inject_string(sys.argv[0], b))
|
||||
|
|
Loading…
Reference in a new issue