소스 검색

fix: text correction "occurred"

pull/165/head
Damgermys 5 년 전
부모
커밋
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



불러오는 중...
취소
저장