From cbbfacfd53721524b66785f8f777f3dd66b519f2 Mon Sep 17 00:00:00 2001 From: lawhead Date: Tue, 10 Dec 2024 16:12:15 -0800 Subject: [PATCH] Fix toml syntax --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ffd95234..459bb42a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,7 +120,7 @@ omit = [ "*exceptions.py", "*visualization.py", "*/gui/*", - "*/simulator/ui/* + "*/simulator/ui/*" ] source = ["bcipy"] branch = true