2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-06 17:25:16 +00:00

Ensure all None comparisons use is or is not.

This commit is contained in:
Mark Grassi
2022-07-20 20:35:05 -04:00
parent 0375ea1257
commit 62f99465e9
6 changed files with 29 additions and 29 deletions

View File

@@ -33,7 +33,7 @@ class Install(_install):
super().run()
prefix = self.prefix
if self.root != None:
if self.root is not None:
prefix = self.root
# Install scripts, configuration files and data