Quellcode durchsuchen

fix: remove the "timezone" word in the PDF output’s introduction

tags/v0.6.1
Jérôme Deuchnord vor 4 Jahren
Ursprung
Commit
5ec56c40b1
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: BC6F3C345B7D33B0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      kosmorrolib/dumper.py

+ 1
- 1
kosmorrolib/dumper.py Datei anzeigen

@@ -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.")
])) \


Laden…
Abbrechen
Speichern