Explorar el Código

fix: text correction "occurred"

pull/165/head
Damgermys hace 4 años
padre
commit
4fa8b620f9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      kosmorrolib/dumper.py

+ 1
- 1
kosmorrolib/dumper.py Ver fichero

@@ -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



Cargando…
Cancelar
Guardar