correct prefix in .policy

This commit is contained in:
sezanzeb 2020-11-21 16:48:45 +01:00
parent ef024f685c
commit 275fc70587

View File

@ -38,7 +38,7 @@ class Install(DistUtilsExtra.auto.install_auto):
with open(policy_path, 'r') as f:
contents = f.read()
if not '{executable}' in contents:
if '{executable}' not in contents:
# already done previously
return