diff options
Diffstat (limited to 'Lib/toaiff.py')
-rw-r--r-- | Lib/toaiff.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/toaiff.py b/Lib/toaiff.py index 7fd0153..84a7786 100644 --- a/Lib/toaiff.py +++ b/Lib/toaiff.py @@ -76,7 +76,7 @@ def _toaiff(filename, temps): temps.append(fname) sts = uncompress.copy(filename, fname) if sts: - raise error, filename + ': uncomress failed' + raise error, filename + ': uncompress failed' else: fname = filename try: |