From f0c00201902a1c2643658bb5e41989c771c44297 Mon Sep 17 00:00:00 2001 From: sezanzeb Date: Sat, 21 Nov 2020 16:44:29 +0100 Subject: [PATCH] correct prefix in .policy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b8402d49..0f3cb683 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ class Install(DistUtilsExtra.auto.install_auto): with open(policy_path, 'r') as f: contents = f.read() - if not '{executable}': + if not '{executable}' in contents: # already done previously return