eric7/Project/PropertiesDialog.py

branch
eric7-maintenance
changeset 9197
301be1e80ad6
parent 9192
a763d57e23bc
equal deleted inserted replaced
9196:c48756ceca78 9197:301be1e80ad6
371 371
372 self.project.pdata["TESTING_FRAMEWORK"] = ( 372 self.project.pdata["TESTING_FRAMEWORK"] = (
373 self.testingFrameworkComboBox.currentData() 373 self.testingFrameworkComboBox.currentData()
374 ) 374 )
375 375
376 self.project.pdata["TESTING_FRAMEWORK"] = (
377 self.testingFrameworkComboBox.currentData()
378 )
379
380 self.project.pdata["LICENSE"] = self.licenseComboBox.currentText() 376 self.project.pdata["LICENSE"] = self.licenseComboBox.currentText()

eric ide

mercurial