guberti commented on a change in pull request #8748:
URL: https://github.com/apache/tvm/pull/8748#discussion_r696870064



##########
File path: apps/microtvm/reference-vm/base-box-tool.py
##########
@@ -494,7 +534,10 @@ def parse_args():
     parser_release.add_argument(
         "--platform-version",
         required=True,
-        help="Platform version to release, in the form 'x.y'.",
+        help=(
+            "For Zephyr, the platform version to release, in the form 'x.y'. "

Review comment:
       We need the space at the end, because Python will concatenate the two 
strings into one at compile time. Otherwise, the help message would be `"...in 
the form 'x.y'.For Arduino..."`.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to