From e98e0925d014faaac677cb98d07422e141ae94ca Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 9 Nov 2021 20:43:16 +0000 Subject: [PATCH] added a space --- build.py | 1 - 1 file changed, 1 deletion(-) diff --git a/build.py b/build.py index 291c2ab..9dd79b4 100644 --- a/build.py +++ b/build.py @@ -276,7 +276,6 @@ def create_repos(): os.system(f"mkdir -p {dist}/git/{name} ;\ 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)