mirror of
https://github.com/thegeeklab/prometheus-pve-sd.git
synced 2024-11-16 06:30:39 +00:00
fix ruff issues
This commit is contained in:
parent
7613e43ca6
commit
12a53f5c89
@ -121,12 +121,12 @@ class PrometheusSD:
|
||||
|
||||
if config.config["pve"]["token_name"] and not config.config["pve"]["token_value"]:
|
||||
self.log.sysexit_with_message(
|
||||
f"Option 'pve.token_name' require 'pve.token_value' to be set"
|
||||
"Option 'pve.token_name' require 'pve.token_value' to be set"
|
||||
)
|
||||
|
||||
if not config.config["pve"]["token_name"] and not config.config["pve"]["password"]:
|
||||
self.log.sysexit_with_message(
|
||||
f"Neither password nor API token have been set for pve authentication"
|
||||
"Neither password nor API token have been set for pve authentication"
|
||||
)
|
||||
|
||||
self.logger.info(f"Using config file {config.config_file}")
|
||||
|
Loading…
Reference in New Issue
Block a user