From 1322ca9fb6b0438988dde2c906731d7bd948ac3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Fri, 18 Oct 2024 12:06:36 +0100 Subject: [PATCH] chore(rust): add a TODO about running pre-scripts --- rust/agama-lib/src/scripts/store.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/agama-lib/src/scripts/store.rs b/rust/agama-lib/src/scripts/store.rs index 5e57471c4..82f165cbe 100644 --- a/rust/agama-lib/src/scripts/store.rs +++ b/rust/agama-lib/src/scripts/store.rs @@ -57,6 +57,7 @@ impl ScriptsStore { .await?; } + // TODO: find a better play to run the scripts (before probing). self.client.run_scripts(ScriptsGroup::Pre).await?; Ok(())