Commit 2d5ee380 authored by Jack Jansen's avatar Jack Jansen

Argvemulator still used the old Alias API. Fixed.

parent cc546deb
......@@ -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