)]}'
{"plugins/module_utils/openstack.py":[{"author":{"_account_id":8367,"name":"Arx Cruz","email":"arxcruz@redhat.com","username":"arxcruz"},"change_message_id":"59c0883aa6650a48422791c57b827e5d47b0abea","unresolved":false,"context_lines":[{"line_number":161,"context_line":"    except ImportError:"},{"line_number":162,"context_line":"        module.fail_json(msg\u003d\u0027openstacksdk is required for this module\u0027)"},{"line_number":163,"context_line":""},{"line_number":164,"context_line":"    if min_version and MINIMUM_SDK_VERSION:"},{"line_number":165,"context_line":"        min_version \u003d max(StrictVersion(MINIMUM_SDK_VERSION),"},{"line_number":166,"context_line":"                          StrictVersion(min_version))"},{"line_number":167,"context_line":"    elif MINIMUM_SDK_VERSION:"}],"source_content_type":"text/x-python","patch_set":1,"id":"1a8119f5_6fb399a6","line":164,"updated":"2022-04-25 08:41:20.000000000","message":"MINIMUM_SDK_VERSION is a constant here, it will always be set to some value, no need to check","commit_id":"9066114c980023533cdc8ca25aa859576c10e8e9"},{"author":{"_account_id":32962,"name":"Jakob Meng","email":"code@jakobmeng.de","username":"jakobmeng@web.de"},"change_message_id":"17bf7430683be9b2cfbc67f0fdb52624c7cc4f7e","unresolved":false,"context_lines":[{"line_number":161,"context_line":"    except ImportError:"},{"line_number":162,"context_line":"        module.fail_json(msg\u003d\u0027openstacksdk is required for this module\u0027)"},{"line_number":163,"context_line":""},{"line_number":164,"context_line":"    if min_version and MINIMUM_SDK_VERSION:"},{"line_number":165,"context_line":"        min_version \u003d max(StrictVersion(MINIMUM_SDK_VERSION),"},{"line_number":166,"context_line":"                          StrictVersion(min_version))"},{"line_number":167,"context_line":"    elif MINIMUM_SDK_VERSION:"}],"source_content_type":"text/x-python","patch_set":1,"id":"43f775bc_3fd6d16c","line":164,"in_reply_to":"1a8119f5_6fb399a6","updated":"2022-04-26 08:01:29.000000000","message":"MAXIMUM_SDK_VERSION might be set to None, hence we have to check that it has a value before doing the min() test. Although MINIMUM_SDK_VERSION will not be None for us, it can technically be. To keep the code for MIN and MAX symmetric, both code sections (for MIN and MAX) do the test.","commit_id":"9066114c980023533cdc8ca25aa859576c10e8e9"},{"author":{"_account_id":8367,"name":"Arx Cruz","email":"arxcruz@redhat.com","username":"arxcruz"},"change_message_id":"59c0883aa6650a48422791c57b827e5d47b0abea","unresolved":false,"context_lines":[{"line_number":164,"context_line":"    if min_version and MINIMUM_SDK_VERSION:"},{"line_number":165,"context_line":"        min_version \u003d max(StrictVersion(MINIMUM_SDK_VERSION),"},{"line_number":166,"context_line":"                          StrictVersion(min_version))"},{"line_number":167,"context_line":"    elif MINIMUM_SDK_VERSION:"},{"line_number":168,"context_line":"        min_version \u003d StrictVersion(MINIMUM_SDK_VERSION)"},{"line_number":169,"context_line":""},{"line_number":170,"context_line":"    if max_version and MAXIMUM_SDK_VERSION:"}],"source_content_type":"text/x-python","patch_set":1,"id":"a6e2b0e3_1900fec1","line":167,"updated":"2022-04-25 08:41:20.000000000","message":"ditto","commit_id":"9066114c980023533cdc8ca25aa859576c10e8e9"},{"author":{"_account_id":32962,"name":"Jakob Meng","email":"code@jakobmeng.de","username":"jakobmeng@web.de"},"change_message_id":"17bf7430683be9b2cfbc67f0fdb52624c7cc4f7e","unresolved":false,"context_lines":[{"line_number":164,"context_line":"    if min_version and MINIMUM_SDK_VERSION:"},{"line_number":165,"context_line":"        min_version \u003d max(StrictVersion(MINIMUM_SDK_VERSION),"},{"line_number":166,"context_line":"                          StrictVersion(min_version))"},{"line_number":167,"context_line":"    elif MINIMUM_SDK_VERSION:"},{"line_number":168,"context_line":"        min_version \u003d StrictVersion(MINIMUM_SDK_VERSION)"},{"line_number":169,"context_line":""},{"line_number":170,"context_line":"    if max_version and MAXIMUM_SDK_VERSION:"}],"source_content_type":"text/x-python","patch_set":1,"id":"75459cd5_cb9b2ce6","line":167,"in_reply_to":"a6e2b0e3_1900fec1","updated":"2022-04-26 08:01:29.000000000","message":"See previous comment.","commit_id":"9066114c980023533cdc8ca25aa859576c10e8e9"},{"author":{"_account_id":8367,"name":"Arx Cruz","email":"arxcruz@redhat.com","username":"arxcruz"},"change_message_id":"59c0883aa6650a48422791c57b827e5d47b0abea","unresolved":false,"context_lines":[{"line_number":168,"context_line":"        min_version \u003d StrictVersion(MINIMUM_SDK_VERSION)"},{"line_number":169,"context_line":""},{"line_number":170,"context_line":"    if max_version and MAXIMUM_SDK_VERSION:"},{"line_number":171,"context_line":"        max_version \u003d min(StrictVersion(MAXIMUM_SDK_VERSION),"},{"line_number":172,"context_line":"                          StrictVersion(max_version))"},{"line_number":173,"context_line":"    elif MAXIMUM_SDK_VERSION:"},{"line_number":174,"context_line":"        max_version \u003d StrictVersion(MAXIMUM_SDK_VERSION)"}],"source_content_type":"text/x-python","patch_set":1,"id":"db7ba54a_8b096212","line":171,"updated":"2022-04-25 08:41:20.000000000","message":"Same logic here","commit_id":"9066114c980023533cdc8ca25aa859576c10e8e9"},{"author":{"_account_id":32962,"name":"Jakob Meng","email":"code@jakobmeng.de","username":"jakobmeng@web.de"},"change_message_id":"17bf7430683be9b2cfbc67f0fdb52624c7cc4f7e","unresolved":false,"context_lines":[{"line_number":168,"context_line":"        min_version \u003d StrictVersion(MINIMUM_SDK_VERSION)"},{"line_number":169,"context_line":""},{"line_number":170,"context_line":"    if max_version and MAXIMUM_SDK_VERSION:"},{"line_number":171,"context_line":"        max_version \u003d min(StrictVersion(MAXIMUM_SDK_VERSION),"},{"line_number":172,"context_line":"                          StrictVersion(max_version))"},{"line_number":173,"context_line":"    elif MAXIMUM_SDK_VERSION:"},{"line_number":174,"context_line":"        max_version \u003d StrictVersion(MAXIMUM_SDK_VERSION)"}],"source_content_type":"text/x-python","patch_set":1,"id":"64ecd001_c21e41dd","line":171,"in_reply_to":"db7ba54a_8b096212","updated":"2022-04-26 08:01:29.000000000","message":"See previous comment.","commit_id":"9066114c980023533cdc8ca25aa859576c10e8e9"}]}
