Skip to content

Commit 7f1990b

Browse files
committed
fixed typos
1 parent 67a794f commit 7f1990b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Removed
1515

16-
* Removed Rhino7 Grasshopper components and replaces them with Rhino8 ones.
16+
* Removed Rhino7 Grasshopper components and replaced them with Rhino8 ones.
1717

1818
## [2.0.0] 2025-10-30
1919

src/compas_eve/ghpython/components/Ce_Publish/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class PublishComponent(Grasshopper.Kernel.GH_ScriptInstance):
1818
def RunScript(self, transport, topic_name: str, message, on: bool):
1919
if not topic_name:
2020
warning(ghenv.Component, "Please specify the name of the topic") # noqa: F821
21-
return
21+
return None
2222

2323
if on is None:
2424
on = True

src/compas_eve/ghpython/yak_template/manifest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ keywords: [
2222
"subscribe",
2323
"topic",
2424
"event-driven",
25-
"architecture",
2625
"distributed systems"
2726
]
2827
icon: "icon.png"

0 commit comments

Comments
 (0)