)]}'
{"swift/common/container_sync_realms.py":[{"author":{"_account_id":7233,"name":"Matthew Oliver","email":"matt@oliver.net.au","username":"mattoliverau"},"change_message_id":"114de54d9bffa45903b432ec8eefd29efa11a1d6","unresolved":true,"context_lines":[{"line_number":72,"context_line":"                            % {\u0027conf\u0027: self.conf_path, \u0027error\u0027: err})"},{"line_number":73,"context_line":"                    else:"},{"line_number":74,"context_line":"                        try:"},{"line_number":75,"context_line":"                            self.mtime_check_interval \u003d conf.getfloat("},{"line_number":76,"context_line":"                                \u0027DEFAULT\u0027, \u0027mtime_check_interval\u0027)"},{"line_number":77,"context_line":"                            self.next_mtime_check \u003d \\"},{"line_number":78,"context_line":"                                now + self.mtime_check_interval"}],"source_content_type":"text/x-python","patch_set":1,"id":"4e891b38_f5e54dd1","line":75,"updated":"2021-06-07 06:30:37.000000000","message":"sigh, so on py2 this configparser.getfloat on error returns an error with the error value non-quoted. But getint does.\n\nOn py3 getint and getfloat quote. So looks like we need to change the test for this now.","commit_id":"8c653237c03a07c372071ad368ff994878afbe53"}],"test/unit/common/test_container_sync_realms.py":[{"author":{"_account_id":7233,"name":"Matthew Oliver","email":"matt@oliver.net.au","username":"mattoliverau"},"change_message_id":"114de54d9bffa45903b432ec8eefd29efa11a1d6","unresolved":true,"context_lines":[{"line_number":181,"context_line":"                logger.all_log_lines(),"},{"line_number":182,"context_line":"                {\u0027error\u0027: ["},{"line_number":183,"context_line":"                    \"Error in \u0027%s\u0027 with mtime_check_interval: \""},{"line_number":184,"context_line":"                    \"could not convert string to float: \u0027invalid\u0027\" % fpath]})"},{"line_number":185,"context_line":"            self.assertEqual(csr.mtime_check_interval, 300)"},{"line_number":186,"context_line":""},{"line_number":187,"context_line":"    def test_get_sig(self):"}],"source_content_type":"text/x-python","patch_set":1,"id":"15dfc04b_bdb12953","line":184,"updated":"2021-06-07 06:30:37.000000000","message":"As I mentioned earlier, py2\u0027s getfloat doesn\u0027t include the \u0027\u0027 for some reason. But py2 getint and py3s getint and getfloat do. So this needs to be turned into an assertIn check I guess.","commit_id":"8c653237c03a07c372071ad368ff994878afbe53"}]}
