confluence-python-cli icon indicating copy to clipboard operation
confluence-python-cli copied to clipboard

Issues with format statement on CentOS 6

Open frankcrawford opened this issue 10 years ago • 0 comments
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 "{} {}".

frankcrawford avatar Sep 08 '15 07:09 frankcrawford