Browse Source

fix: text correction "occurred"

pull/165/head
Damgermys 3 years ago
parent
commit
4fa8b620f9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kosmorrolib/dumper.py

+ 1
- 1
kosmorrolib/dumper.py View File

@@ -377,7 +377,7 @@ class PdfDumper(Dumper):
with open('/tmp/kosmorro-%s.log' % timestamp, 'wb') as file:
file.write(error.stdout)

raise CompileError(_('An error occured during the compilation of the PDF.\n'
raise CompileError(_('An error occurred during the compilation of the PDF.\n'
'Please open an issue at https://github.com/Kosmorro/kosmorro/issues and share '
'the content of the log file at /tmp/kosmorro-%s.log' % timestamp)) from error



Loading…
Cancel
Save