mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
check_cron_file: Remove unnecessary quotes.
This commit is contained in:
committed by
Alex Vandiver
parent
41b7ae4e44
commit
b2d0bad9af
@@ -7,7 +7,7 @@ import time
|
|||||||
from typing import Tuple
|
from typing import Tuple
|
||||||
|
|
||||||
|
|
||||||
def nagios_from_file(results_file: str, max_time_diff: int = 60 * 2) -> "Tuple[int, str]":
|
def nagios_from_file(results_file: str, max_time_diff: int = 60 * 2) -> Tuple[int, str]:
|
||||||
"""Returns a nagios-appropriate string and return code obtained by
|
"""Returns a nagios-appropriate string and return code obtained by
|
||||||
parsing the desired file on disk. The file on disk should be of format
|
parsing the desired file on disk. The file on disk should be of format
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user