mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-02 15:40:19 +00:00
correct prefix in .policy
This commit is contained in:
parent
3ed2129eda
commit
f0c0020190
2
setup.py
2
setup.py
@ -41,7 +41,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}':
|
if not '{executable}' in contents:
|
||||||
# already done previously
|
# already done previously
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user