]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
dbufstat: Fix warnings with Python 3.8
authorRyan Moeller <ryan@iXsystems.com>
Wed, 23 Dec 2020 23:10:35 +0000 (18:10 -0500)
committerGitHub <noreply@github.com>
Wed, 23 Dec 2020 23:10:35 +0000 (15:10 -0800)
commit8fbd31d761b3a311c96783f2f285ac38cfd27274
tree95098a276d652618901a92983ed993090b6eae18
parent4879c4d1982be4d72903e3bb7c681ad23a713bdb
dbufstat: Fix warnings with Python 3.8

Replace "is" with "==" and "is not" with "!=".

Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
Closes #11394
cmd/dbufstat/dbufstat.in