9575:635b6c5a36e1 | 9576:be9f8e7e42e0 |
---|---|
245 | 245 |
246 if not os.path.exists(self.pluginDirs["eric7"]): | 246 if not os.path.exists(self.pluginDirs["eric7"]): |
247 return ( | 247 return ( |
248 False, | 248 False, |
249 self.tr( | 249 self.tr( |
250 "The internal plugin directory <b>{0}</b>" " does not exits." | 250 "The internal plugin directory <b>{0}</b> does not exits." |
251 ).format(self.pluginDirs["eric7"]), | 251 ).format(self.pluginDirs["eric7"]), |
252 ) | 252 ) |
253 | 253 |
254 return (True, "") | 254 return (True, "") |
255 | 255 |