1500 argv, wd, env, exceptions, clearShell, clearHistories, console = \ |
1500 argv, wd, env, exceptions, clearShell, clearHistories, console = \ |
1501 dlg.getData() |
1501 dlg.getData() |
1502 eraseCoverage = dlg.getCoverageData() |
1502 eraseCoverage = dlg.getCoverageData() |
1503 |
1503 |
1504 if runProject: |
1504 if runProject: |
1505 fn = self.project.getMainScript(1) |
1505 fn = self.project.getMainScript(True) |
1506 if fn is None: |
1506 if fn is None: |
1507 E5MessageBox.critical( |
1507 E5MessageBox.critical( |
1508 self.ui, |
1508 self.ui, |
1509 self.trUtf8("Coverage of Project"), |
1509 self.trUtf8("Coverage of Project"), |
1510 self.trUtf8( |
1510 self.trUtf8( |
1618 argv, wd, env, exceptions, clearShell, clearHistories, console = \ |
1618 argv, wd, env, exceptions, clearShell, clearHistories, console = \ |
1619 dlg.getData() |
1619 dlg.getData() |
1620 eraseTimings = dlg.getProfilingData() |
1620 eraseTimings = dlg.getProfilingData() |
1621 |
1621 |
1622 if runProject: |
1622 if runProject: |
1623 fn = self.project.getMainScript(1) |
1623 fn = self.project.getMainScript(True) |
1624 if fn is None: |
1624 if fn is None: |
1625 E5MessageBox.critical( |
1625 E5MessageBox.critical( |
1626 self.ui, |
1626 self.ui, |
1627 self.trUtf8("Profile of Project"), |
1627 self.trUtf8("Profile of Project"), |
1628 self.trUtf8( |
1628 self.trUtf8( |
1738 argv, wd, env, exceptions, clearShell, clearHistories, console = \ |
1738 argv, wd, env, exceptions, clearShell, clearHistories, console = \ |
1739 dlg.getData() |
1739 dlg.getData() |
1740 forkAutomatically, forkIntoChild = dlg.getRunData() |
1740 forkAutomatically, forkIntoChild = dlg.getRunData() |
1741 |
1741 |
1742 if runProject: |
1742 if runProject: |
1743 fn = self.project.getMainScript(1) |
1743 fn = self.project.getMainScript(True) |
1744 if fn is None: |
1744 if fn is None: |
1745 E5MessageBox.critical( |
1745 E5MessageBox.critical( |
1746 self.ui, |
1746 self.ui, |
1747 self.trUtf8("Run Project"), |
1747 self.trUtf8("Run Project"), |
1748 self.trUtf8( |
1748 self.trUtf8( |