[r23046]Bug 7040: 4.0.2 svn 23029M fails to start catastrophically
svn: r23047
This commit is contained in:
parent
659f868583
commit
0b0a37e2d5
@ -418,7 +418,7 @@ def open_file_with_default_application(path):
|
|||||||
if win():
|
if win():
|
||||||
try:
|
try:
|
||||||
os.startfile(norm_path)
|
os.startfile(norm_path)
|
||||||
except WindowsError, msg:
|
except WindowsError as msg:
|
||||||
display_error_dialog(0, str(msg))
|
display_error_dialog(0, str(msg))
|
||||||
|
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user