mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix spelling mistake of suppress
Signed-off-by: Benjamin Drung <benjamin.drung@ionos.com>
This commit is contained in:
parent
e27079fdf2
commit
cb1628c926
2 changed files with 2 additions and 2 deletions
|
@ -273,7 +273,7 @@ Fixed
|
|||
- Fixed installation on Apple Silicon Macs by checking $HOMEBREW_PREFIX for `libcrypto` instead of assuming /usr/local. (#59808)
|
||||
- Fix incorrect documentation for pillar_source_merging_strategy (#26396)
|
||||
- Don't iterate through cloud map errors (#34033)
|
||||
- Supress noisy warnings when very old pyzmq is used. (#50327)
|
||||
- Suppress noisy warnings when very old pyzmq is used. (#50327)
|
||||
- Fixed glusterfs version parsing for pre-4.0 (#50707)
|
||||
- Prevent traceback when trying to list reactors when none are configured. (#53334)
|
||||
- Fixed zabbix_host.present to accept all Zabbix host properties (#53838)
|
||||
|
|
|
@ -8,7 +8,7 @@ import warnings
|
|||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
# Supress warnings when running with a very old pyzmq. This can be removed
|
||||
# Suppress warnings when running with a very old pyzmq. This can be removed
|
||||
# after we drop support for Ubuntu 16.04 and Debian 9
|
||||
warnings.filterwarnings(
|
||||
"ignore", message="IOLoop.current expected instance.*", category=RuntimeWarning
|
||||
|
|
Loading…
Add table
Reference in a new issue