Project/ProjectInterfacesBrowser.py

changeset 427
6af5d12cfecb
parent 248
f4561c24989a
child 461
34528aaedf1c
--- a/Project/ProjectInterfacesBrowser.py	Wed Jul 28 15:23:22 2010 +0200
+++ b/Project/ProjectInterfacesBrowser.py	Thu Jul 29 08:50:45 2010 +0200
@@ -477,7 +477,7 @@
         
         fn = os.path.join(self.project.ppath, fn)
         self.idlFile = fn
-        args.append("-C%s" % os.path.dirname(fn))
+        args.append("-C{0}".format(os.path.dirname(fn)))
         args.append(fn)
         
         self.connect(self.compileProc, SIGNAL('finished(int, QProcess::ExitStatus)'), 

eric ide

mercurial