瀏覽代碼

Merge pull request #58 from Deuchnord/fix-timezone-pdf

fix: remove the "timezone" word in the PDF output’s introduction
tags/v0.6.1
Jérôme Deuchnord 4 年之前
committed by GitHub
父節點
當前提交
8c1632b6d2
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      kosmorrolib/dumper.py

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

@@ -263,7 +263,7 @@ class _LatexDumper(Dumper):
"It aims to help you to prepare your observation session. "
"All the hours are given in {timezone}.").format(
date=self.get_date_as_string(),
timezone='UTC+%d timezone' % self.timezone if self.timezone != 0 else 'UTC'
timezone='UTC+%d' % self.timezone if self.timezone != 0 else 'UTC'
),
_("Don't forget to check the weather forecast before you go out with your material.")
])) \


Loading…
取消
儲存