)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"cea2194deca8ff9cba47103bd06b8af393f1d908","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"3eedb4f2_f0ec28b0","updated":"2025-05-21 18:10:46.000000000","message":"@jjasek@redhat.com hello, please close this MR.","commit_id":"428e6a491aafa2941bf6b64b8f0c10e58e126834"},{"author":{"_account_id":37598,"name":"Ivan Anfimov","display_name":"Ivan Anfimov","email":"lazekteam@gmail.com","username":"anfimovir"},"change_message_id":"cea2194deca8ff9cba47103bd06b8af393f1d908","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"cb1ca88d_a8eab0bf","updated":"2025-05-21 18:10:46.000000000","message":"@jjasek@redhat.com hello, please close this MR.","commit_id":"428e6a491aafa2941bf6b64b8f0c10e58e126834"}],"openstack_dashboard/settings.py":[{"author":{"_account_id":841,"name":"Akihiro Motoki","email":"amotoki@gmail.com","username":"amotoki"},"change_message_id":"f1273e069b9a0330d0b92860ed68f60aa63357fb","unresolved":false,"context_lines":[{"line_number":227,"context_line":"if os.environ.get(\u0027LOCAL_SETTINGS_DIR_PATH\u0027):"},{"line_number":228,"context_line":"    LOCAL_SETTINGS_DIR_PATH \u003d os.environ.get(\u0027LOCAL_SETTINGS_DIR_PATH\u0027)"},{"line_number":229,"context_line":"else:"},{"line_number":230,"context_line":"    LOCAL_SETTINGS_DIR_PATH \u003d os.path.join(LOCAL_PATH, \"local_settings.d\")"},{"line_number":231,"context_line":""},{"line_number":232,"context_line":"_files \u003d glob.glob(os.path.join(LOCAL_PATH, \u0027local_settings.conf\u0027))"},{"line_number":233,"context_line":"_files.extend("}],"source_content_type":"text/x-python","patch_set":1,"id":"1f621f24_612afc7e","line":230,"updated":"2020-11-17 01:38:31.000000000","message":"we don\u0027t need to call os.environ.get() twice.\n\n  LOCAL_SETTINGS_DIR_PATH \u003d os.environ.get(\n      \u0027LOCAL_SETTINGS_DIR_PATH\u0027,\n      os.path.join(LOCAL_PATH, \"local_settings.d\"))\n\nAnother idea is:\n\n  LOCAL_SETTINGS_DIR_PATH \u003d os.path.join(\n    LOCAL_PATH,\n    os.environ.get(\u0027LOCAL_SETTINGS_DIR_PATH\u0027, \u0027local_settings.d\u0027))\n\nThe difference in the latter idea is to accept relative path, but I am not sure we need it.\n\nI am just trying brainstorming.","commit_id":"428e6a491aafa2941bf6b64b8f0c10e58e126834"}]}
