Plugins/PluginEricdoc.py

changeset 416
9ca4a5979826
parent 398
5b5636320dca
child 438
f62a3f9d2e28
diff -r 59a0f9e90768 -r 9ca4a5979826 Plugins/PluginEricdoc.py
--- 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)

eric ide

mercurial