svn: r18279
This commit is contained in:
Paul Franklin 2011-10-10 16:30:22 +00:00
parent f3d74f5dfe
commit 81200951a7

View File

@ -284,7 +284,7 @@ def show_settings():
if gsversion_str:
gsversion_str = gsversion_str.replace('\n', '')
except:
gsversion_str = 'Ghostcript not in system PATH'
gsversion_str = 'Ghostscript not in system PATH'
os_path = os.environ.get('PATH','not set')
os_path = os_path.split(os.pathsep)