UI/FindFileNameDialog.py

changeset 3030
4a0a82ddd9d2
parent 3019
7912530a33e2
child 3058
0a02c433f52d
child 3160
209a07d7e401
--- a/UI/FindFileNameDialog.py	Fri Oct 18 18:00:02 2013 +0200
+++ b/UI/FindFileNameDialog.py	Fri Oct 18 18:42:10 2013 +0200
@@ -108,8 +108,8 @@
             return
         
         patternFormat = fileExt and "{0}{1}{2}" or "{0}*{1}{2}"
-        fileNamePattern = patternFormat.format(fileName, os.extsep,
-            fileExt and fileExt or '*')
+        fileNamePattern = patternFormat.format(
+            fileName, os.extsep, fileExt and fileExt or '*')
         
         searchPaths = []
         if self.searchDirCheckBox.isChecked() and \

eric ide

mercurial