confluence-python-cli
confluence-python-cli copied to clipboard
Issues with format statement on CentOS 6
trafficstars
CentOS 6 and earlier runs python 2.6, and so format statements require positional argument specifiers, i.e. "{0} {1}", etc, and fail when given "{} {}".