diff options
author | davidovski <david@davidovski.xyz> | 2021-11-09 20:43:16 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-11-09 20:43:16 +0000 |
commit | e98e0925d014faaac677cb98d07422e141ae94ca (patch) | |
tree | 2dd4dd993c0d9cdae60fc564395ad2d81bc7b2b0 | |
parent | e44e823ba7b921e73faa3b4918e88f787e433cae (diff) |
added a space
-rw-r--r-- | build.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |