89 self.pathPicker.setText(path) |
89 self.pathPicker.setText(path) |
90 else: |
90 else: |
91 EricMessageBox.critical( |
91 EricMessageBox.critical( |
92 self, |
92 self, |
93 self.tr("Add Sub-repository"), |
93 self.tr("Add Sub-repository"), |
94 self.tr( |
94 self.tr("""The sub-repository path must be inside the project."""), |
95 """The sub-repository path must be inside the project.""" |
|
96 ), |
|
97 ) |
95 ) |
98 self.pathPicker.setText("") |
96 self.pathPicker.setText("") |
99 |
97 |
100 def getData(self): |
98 def getData(self): |
101 """ |
99 """ |