Remove duplicate InsatllDebubgpy from instaler.py
This commit is contained in:
parent
dd4460598a
commit
b5e0da6c08
1 changed files with 0 additions and 12 deletions
|
|
@ -348,18 +348,6 @@ def InstallGeneric( name, root, gadget ):
|
|||
|
||||
|
||||
|
||||
def InstallDebugpy( name, root, gadget ):
|
||||
wd = os.getcwd()
|
||||
root = os.path.join( root, 'debugpy-{}'.format( gadget[ 'version' ] ) )
|
||||
os.chdir( root )
|
||||
try:
|
||||
CheckCall( [ sys.executable, 'setup.py', 'build' ] )
|
||||
finally:
|
||||
os.chdir( wd )
|
||||
|
||||
MakeSymlink( name, root )
|
||||
|
||||
|
||||
def InstallGagdet( name: str,
|
||||
gadget: dict,
|
||||
manifest: Manifest,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue