Procházet zdrojové kódy

fix: text correction "occurred"

pull/165/head
Damgermys před 4 roky
rodič
revize
4fa8b620f9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      kosmorrolib/dumper.py

+ 1
- 1
kosmorrolib/dumper.py Zobrazit soubor

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



Načítá se…
Zrušit
Uložit