406 and not os.path.exists(os.path.join(destination, packageName)) |
406 and not os.path.exists(os.path.join(destination, packageName)) |
407 ): |
407 ): |
408 return ( |
408 return ( |
409 False, |
409 False, |
410 self.tr( |
410 self.tr( |
411 """<p>The plugin module <b>{0}</b> exists. """ """Aborting...</p>""" |
411 """<p>The plugin module <b>{0}</b> exists. Aborting...</p>""" |
412 ).format(os.path.join(destination, pluginFileName)), |
412 ).format(os.path.join(destination, pluginFileName)), |
413 False, |
413 False, |
414 ) |
414 ) |
415 |
415 |
416 activatePlugin = False |
416 activatePlugin = False |