From 61da33c7169fd3ebec56ddff4dfb2100f0f15b4e Mon Sep 17 00:00:00 2001 From: Matt Drozt Date: Thu, 17 Oct 2024 18:03:46 -0500 Subject: [PATCH] Revert unnecessary change --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f18a5d6313..5b81676a35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -154,7 +154,7 @@ module = [ "smartsim._core.launcher.lsf.*", "smartsim._core.launcher.pbs.*", "smartsim._core.launcher.sge.*", - "smartsim._core.launcher.slurm.slurmLauncher", + "smartsim._core.launcher.slurm.*", "smartsim._core.launcher.step.*", "smartsim._core.launcher.step_info", "smartsim._core.launcher.step_mapping",