mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
users: Fix issue with removing temp file
This commit is contained in:
parent
60e808e9bb
commit
9ba327f0dd
@ -443,6 +443,6 @@ Owners: {package}
|
|||||||
subprocess.run(['dpkg-reconfigure', package], env=env)
|
subprocess.run(['dpkg-reconfigure', package], env=env)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
os.remove(override_file)
|
os.remove(override_file.name)
|
||||||
except OSError:
|
except OSError:
|
||||||
pass
|
pass
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user