src/eric7/PluginManager/PluginInstallDialog.py

branch
eric7
changeset 9573
9960d19d66b5
parent 9482
a2bc06a54d9d
child 9624
b47dfa7a137d
equal deleted inserted replaced
9572:3b46c662a004 9573:9960d19d66b5
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

eric ide

mercurial