From 48abb86bb80d5be2b9a23197923952118414a377 Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Fri, 26 Jun 2009 09:45:34 +0000 Subject: [PATCH] [Emrys] 2896: Macports 3.0.4 cannot view images svn: r12715 --- src/Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utils.py b/src/Utils.py index 15e7405dc..071271056 100644 --- a/src/Utils.py +++ b/src/Utils.py @@ -1134,7 +1134,7 @@ def open_file_with_default_application( file_path ): ErrorDialog(_("Error Opening File"), str(msg)) else: search = os.environ['PATH'].split(':') - if os.sys.platform='darwin': + if os.sys.platform == 'darwin': utility = 'open' else: utility = 'xdg-open'