Kaydet (Commit) b135548d authored tarafından Jack Jansen's avatar Jack Jansen

Argvemulator still used the old Alias API. Fixed.

üst 443ada47
......@@ -101,8 +101,8 @@ class ArgvCollector:
def open_file(self, _object=None, **args):
for alias in _object:
fss = alias.Resolve()[0]
pathname = fss.as_pathname()
fsr = alias.FSResolveAlias(None)[0]
pathname = fsr.as_pathname()
sys.argv.append(pathname)
self._quit()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment