Fix secondary windows ~ expansion over DBus
This commit is contained in:
parent
213bebc8fc
commit
7d94a53a50
|
@ -134,7 +134,8 @@ icon for the window (by file or name)'))
|
|||
|
||||
if options.working_directory:
|
||||
if os.path.exists(os.path.expanduser(options.working_directory)):
|
||||
os.chdir(os.path.expanduser(options.working_directory))
|
||||
options.working_directory = os.path.expanduser(options.working_directory)
|
||||
os.chdir(options.working_directory)
|
||||
else:
|
||||
err('OptionParse::parse_options: %s does not exist' %
|
||||
options.working_directory)
|
||||
|
|
Loading…
Reference in New Issue