mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-08 07:10:36 +00:00
correct prefix in .policy
This commit is contained in:
parent
ef024f685c
commit
275fc70587
2
setup.py
2
setup.py
@ -38,7 +38,7 @@ class Install(DistUtilsExtra.auto.install_auto):
|
|||||||
|
|
||||||
with open(policy_path, 'r') as f:
|
with open(policy_path, 'r') as f:
|
||||||
contents = f.read()
|
contents = f.read()
|
||||||
if not '{executable}' in contents:
|
if '{executable}' not in contents:
|
||||||
# already done previously
|
# already done previously
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user