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:
@@ -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
|
||||
|
Reference in New Issue
Block a user