src/eric7/Project/ProjectResourcesBrowser.py

branch
server
changeset 10704
27d21e5163b8
parent 10635
dcec2e0c0036
parent 10692
9becf9ca115c
child 10708
a6094987c1be
equal deleted inserted replaced
10680:306373ccf8fd 10704:27d21e5163b8
774 else: 774 else:
775 return None 775 return None
776 776
777 rcc = self.rccCompiler 777 rcc = self.rccCompiler
778 778
779 ofn, ext = os.path.splitext(fn) 779 ofn, _ext = os.path.splitext(fn)
780 fn = os.path.join(self.project.ppath, fn) 780 fn = os.path.join(self.project.ppath, fn)
781 781
782 dirname, filename = os.path.split(ofn) 782 dirname, filename = os.path.split(ofn)
783 if self.project.getProjectLanguage() == "Python3": 783 if self.project.getProjectLanguage() == "Python3":
784 self.compiledFile = os.path.join( 784 self.compiledFile = os.path.join(

eric ide

mercurial