correct prefix in .policy

pull/14/head
sezanzeb 4 years ago
parent ef024f685c
commit 275fc70587

@ -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

Loading…
Cancel
Save