--- a/Plugins/PluginEricdoc.py Tue Jul 27 12:49:37 2010 +0200 +++ b/Plugins/PluginEricdoc.py Tue Jul 27 12:58:35 2010 +0200 @@ -157,7 +157,7 @@ # add parameter for the eol setting if not project.useSystemEol(): - args.append("--eol=%s" % eolTranslation[project.getEolString()]) + args.append("--eol={0}".format(eolTranslation[project.getEolString()])) # now do the call dia = EricdocExecDialog("Ericdoc") @@ -186,4 +186,4 @@ if outdir not in project.pdata['OTHERS']: project.pdata['OTHERS'].append(outdir) project.setDirty(True) - project.othersAdded(outdir) \ No newline at end of file + project.othersAdded(outdir)