[entropy.server] fix regression, remove duplicated os.remove()
This commit is contained in:
@@ -895,7 +895,6 @@ class ServerQAInterfacePlugin(QAInterfacePlugin):
|
||||
if dbc is not None:
|
||||
dbc.closeDB()
|
||||
os.close(tmp_fd)
|
||||
os.remove(tmp_f)
|
||||
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user