added a space

This commit is contained in:
davidovski 2021-11-09 20:43:16 +00:00
parent e44e823ba7
commit e98e0925d0
1 changed files with 0 additions and 1 deletions

View File

@ -277,7 +277,6 @@ def create_repos():
cd {dist}/git/{name} ;\
git pull || git clone {name}")
command = subprocess.run(f"cd {dist}/git/{name} && git log --pretty=format:'%h%x09%an%x09%ad%x09%s' --no-decorate -1", stdout=subprocess.PIPE, shell=True)
commit = command.stdout.decode()