)]}'
{"freezer/scheduler/scheduler_job.py":[{"author":{"_account_id":39044,"name":"Alicja Filipek","display_name":"alaf01","email":"alicja.filipek@cleura.com","username":"alaf01"},"change_message_id":"69e3871623b1e69973767db4accb235fe54f7950","unresolved":true,"context_lines":[{"line_number":382,"context_line":"                        LOG.error(\"Job {0} failed because centralized \""},{"line_number":383,"context_line":"                                  \"scheduler requires a trust_id\".format("},{"line_number":384,"context_line":"                                      self.id))"},{"line_number":385,"context_line":"                        return Job.FAIL_RESULT"},{"line_number":386,"context_line":""},{"line_number":387,"context_line":"                    for opt in arguments.build_os_options():"},{"line_number":388,"context_line":"                        val \u003d getattr(CONF.service_auth, opt.dest, None)"}],"source_content_type":"text/x-python","patch_set":4,"id":"34559266_1e361648","line":385,"updated":"2026-08-18 11:49:50.000000000","message":"here we return inside \u0027with\u0027 block with delete\u003dFalse, so the temp file is not cleaned. I propose move it on top, before the \u0027with\u0027 block or add a cleanup as we have down there:\n```\n                output, error \u003d self.process.communicate()\n                # ensure the tempfile gets deleted\n                utils.delete_file(config_file_name)\n```","commit_id":"06e2fbb3027a84027d933ab82bea6e62f6a5a3b3"}]}
