)]}'
{"karbor/api/v1/scheduled_operations.py":[{"author":{"_account_id":20883,"name":"Yuval Brik","email":"yuval@brik.org.il","username":"yuvalbr"},"change_message_id":"0553f426ad0cc5ccff657df094d0d31c8dfed405","unresolved":false,"context_lines":[{"line_number":102,"context_line":"        operation_type \u003d operation_info.get(\"operation_type\", None)"},{"line_number":103,"context_line":"        operation_definition \u003d operation_info.get("},{"line_number":104,"context_line":"            \"operation_definition\", None)"},{"line_number":105,"context_line":"        if all([name, operation_type, operation_definition]) is None:"},{"line_number":106,"context_line":"            msg \u003d _(\"Operation name or type or definition is not provided.\")"},{"line_number":107,"context_line":"            raise exc.HTTPBadRequest(explanation\u003dmsg)"},{"line_number":108,"context_line":""}],"source_content_type":"text/x-python","patch_set":2,"id":"1a1ced50_df1203b4","line":105,"range":{"start_line":105,"start_character":0,"end_line":105,"end_character":69},"updated":"2017-03-19 09:14:21.000000000","message":"What are you trying to verify here?\nall([...]) will return True if all strings are not None or empty string.\nIf that\u0027s ok, you can remove the \"is None\" (because both \"True\" and \"False\" are not \"None).","commit_id":"336b49982ecc8412dbc08c6b2c94675b49ccb45f"}]}
