From 70b7f6b7ca0f4fe3e14524cab57b60dd4a728f4d Mon Sep 17 00:00:00 2001 From: winterhalderp Date: Mon, 19 Apr 2021 17:30:32 +0200 Subject: [PATCH] Update 'non-ros-files/Programming_Rules.md' --- non-ros-files/Programming_Rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/non-ros-files/Programming_Rules.md b/non-ros-files/Programming_Rules.md index f84f56c..2b79bbc 100644 --- a/non-ros-files/Programming_Rules.md +++ b/non-ros-files/Programming_Rules.md @@ -37,4 +37,4 @@ entry_points={ ], }, ``` - +From this you can see that you need to follow the Python programming style of creating a _main_ procedure, in order for the entry point to work.