--- 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 \