Fix consecutive string literals not forcing optional parentheses

This commit is contained in:
Łukasz Langa 2018-05-17 11:20:36 -07:00
parent 31fbd1982f
commit 5dfc911e6b

View File

@ -32,6 +32,11 @@ def test(self) -> None:
# Another
):
print(i)
if _cfg_target_split > [int(x) for x in cur_target.split(".")]:
my_msg = "$MACOSX_DEPLOYMENT_TARGET mismatch: " 'now "%s" but "%s" during configure' % (
cur_target,
_cfg_target,
)
def omitting_trailers(self) -> None:
get_collection(