From 43eeda0535a127f0c55c03b92dcf4d4e8b3089d9 Mon Sep 17 00:00:00 2001 From: James Downie Date: Fri, 13 Jun 2025 09:04:39 +1000 Subject: [PATCH] Lazy commit on . --- jdownie/repo/repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdownie/repo/repo b/jdownie/repo/repo index 95e05ed..37b2089 100755 --- a/jdownie/repo/repo +++ b/jdownie/repo/repo @@ -107,7 +107,7 @@ if __name__ == "__main__": if len(output[0]) > 0: status = len(output) print("{0} {1}".format(str(status).rjust(3), k)) - elif sys.argv[1] in list( [ "sync", "lc", "pull", "push", "fetch" ] ): + elif sys.argv[1] in list( [ "sync", "lc", "lcs", "pull", "push", "fetch" ] ): thread_count = 10 with concurrent.futures.ThreadPoolExecutor(max_workers=thread_count) as executor: futures = {executor.submit(perform_action, sys.argv[1], k, cfg[k]) for k in r}