Fixed debug message

This commit is contained in:
Salvador E. Tropea 2022-07-07 20:08:48 -03:00
parent 069d9ba690
commit 46bd3dde13
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ def git_downloader(dep, system, plat):
# Now create the wrapper
git_real = dest_bin
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):
os.remove(dest_bin)
with open(dest_bin, 'wt') as f: