src/eric7/Project/ProjectResourcesBrowser.py

branch
eric7
changeset 10692
9becf9ca115c
parent 10439
21c28b0f9e41
child 10704
27d21e5163b8
equal deleted inserted replaced
10691:d1a603a70f83 10692:9becf9ca115c
758 else: 758 else:
759 return None 759 return None
760 760
761 rcc = self.rccCompiler 761 rcc = self.rccCompiler
762 762
763 ofn, ext = os.path.splitext(fn) 763 ofn, _ext = os.path.splitext(fn)
764 fn = os.path.join(self.project.ppath, fn) 764 fn = os.path.join(self.project.ppath, fn)
765 765
766 dirname, filename = os.path.split(ofn) 766 dirname, filename = os.path.split(ofn)
767 if self.project.getProjectLanguage() == "Python3": 767 if self.project.getProjectLanguage() == "Python3":
768 self.compiledFile = os.path.join( 768 self.compiledFile = os.path.join(

eric ide

mercurial