Update plugins/contours/api.py

Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
pull/943/head
Piero Toffanin 2020-12-21 15:19:57 -05:00 zatwierdzone przez GitHub
rodzic 19e809d49b
commit 73edc2c6dd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -57,7 +57,7 @@ class TaskContoursCheck(CheckTask):
def error_check(self, result):
contours_file = result.get('file')
if not contours_file or not os.path.exists(contours_file):
return _('Contours file could not be generated. This might be a bug.')
return _('Could not generate contour file. This might be a bug.')
class TaskContoursDownload(GetTaskResult):
pass