)]}'
{"os_brick/file_crypto/drivers/gpg.py":[{"author":{"_account_id":4523,"name":"Eric Harney","email":"eharney@redhat.com","username":"eharney"},"change_message_id":"ee6d741cb96bafddf15ec24caee2bf3ea210f4e9","unresolved":true,"context_lines":[{"line_number":98,"context_line":"        # when parsing in Python. We need to make sure that we always get"},{"line_number":99,"context_line":"        # the messages in English for correct regex matching."},{"line_number":100,"context_line":"        preserved_locale \u003d os.environ.get(\"LC_ALL\", None)"},{"line_number":101,"context_line":"        os.environ[\"LC_ALL\"] \u003d \"C\""},{"line_number":102,"context_line":""},{"line_number":103,"context_line":"        gpg_dir \u003d tempfile.mkdtemp(suffix\u003d\u0027\u0027, prefix\u003d\u0027.gnupg\u0027)"},{"line_number":104,"context_line":"        gpg \u003d gnupg.GPG(gnupghome\u003dgpg_dir, use_agent\u003dFalse, keyring\u003dNone)"}],"source_content_type":"text/x-python","patch_set":3,"id":"2cbe7492_dfcf6a06","line":101,"range":{"start_line":101,"start_character":8,"end_line":101,"end_character":34},"updated":"2024-02-12 20:01:34.000000000","message":"I think you can avoid modifying os.environ by just passing it in env\u003d to the gnupg.GPG() call below.","commit_id":"47cc905d5ae2e926cecf097ec9d8f370726327b3"}]}
