浏览代码

fix: text correction "occurred"

pull/165/head
Damgermys 4 年前
父节点
当前提交
4fa8b620f9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      kosmorrolib/dumper.py

+ 1
- 1
kosmorrolib/dumper.py 查看文件

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



正在加载...
取消
保存