message plus explicite
darcs-hash:20061105131138-f46e9-1c14e8cee127a45162a3b8a629671c97abc14c39.gz
This commit is contained in:
parent
84b7da7ac1
commit
25b4130ba4
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ class impression:
|
|||
def __init__(self, path_to_pdf, adh = None):
|
||||
self._fichier = path_to_pdf
|
||||
if not os.path.isfile(path_to_pdf):
|
||||
raise FichierInvalide, "Nom de fichier invalide"
|
||||
raise FichierInvalide, "Nom de fichier invalide (%s)" % path_to_pdf
|
||||
os.system("/usr/scripts/impression/compatibilise %s" % escapeForShell( path_to_pdf ) )
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue