Fixed debug message
This commit is contained in:
parent
069d9ba690
commit
46bd3dde13
|
|
@ -321,7 +321,7 @@ def git_downloader(dep, system, plat):
|
||||||
# Now create the wrapper
|
# Now create the wrapper
|
||||||
git_real = dest_bin
|
git_real = dest_bin
|
||||||
dest_bin = dest_bin[:-5]
|
dest_bin = dest_bin[:-5]
|
||||||
logger.error(f'{dest_bin} -> {git_real}')
|
logger.debugl(2, '{} -> {}'.format(dest_bin, git_real))
|
||||||
if os.path.isfile(dest_bin):
|
if os.path.isfile(dest_bin):
|
||||||
os.remove(dest_bin)
|
os.remove(dest_bin)
|
||||||
with open(dest_bin, 'wt') as f:
|
with open(dest_bin, 'wt') as f:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue