Fix typo
This commit is contained in:
parent
22bde273f2
commit
c66c39669c
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ def end_session():
|
|||
cmd = ['reg', 'delete', fr'HKCU\{AUTO_REPAIR_KEY}', '/f']
|
||||
run_program(cmd)
|
||||
except CalledProcessError:
|
||||
LOG.error('Failed to remote Auto Repairs session settings')
|
||||
LOG.error('Failed to remove Auto Repairs session settings')
|
||||
|
||||
|
||||
def get_entry_settings(group, name):
|
||||
|
|
|
|||
Loading…
Reference in a new issue