9572:3b46c662a004 | 9573:9960d19d66b5 |
---|---|
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( |
95 """The sub-repository path must be inside""" """ the project.""" | 95 """The sub-repository path must be inside the project.""" |
96 ), | 96 ), |
97 ) | 97 ) |
98 self.pathPicker.setText("") | 98 self.pathPicker.setText("") |
99 | 99 |
100 def getData(self): | 100 def getData(self): |