From 1f80b5335bca3de3a299ef6e13bfd540d86349ab Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Mon, 13 Mar 2023 10:38:08 -0400 Subject: [PATCH] reenable run_patches() --- ldm/invoke/CLI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldm/invoke/CLI.py b/ldm/invoke/CLI.py index 29dfd0813c..1d8c2607df 100644 --- a/ldm/invoke/CLI.py +++ b/ldm/invoke/CLI.py @@ -67,7 +67,7 @@ def main(): # run any post-install patches needed # temporarily disabled - # run_patches() + run_patches() print(f">> Internet connectivity is {Globals.internet_available}")