Fix var name
This commit is contained in:
parent
72e8da7130
commit
19dbb37f80
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ def build_command(executable, parameter):
|
||||||
# we add to the parameter (can hold path with spaces)
|
# we add to the parameter (can hold path with spaces)
|
||||||
# "" so we have good parsing from shell
|
# "" so we have good parsing from shell
|
||||||
parameter = parameter.replace('"', '\\"') # but first escape "
|
parameter = parameter.replace('"', '\\"') # but first escape "
|
||||||
command = '%s "%s"' % (command , parameter)
|
command = '%s "%s"' % (executable , parameter)
|
||||||
return command
|
return command
|
||||||
|
|
||||||
def launch_browser_mailer(kind, uri):
|
def launch_browser_mailer(kind, uri):
|
||||||
|
|
Loading…
Add table
Reference in a new issue