Old-Ding opened a new pull request, #3592:
URL: https://github.com/apache/nuttx-apps/pull/3592

   ## Summary
   - update the bitmap converter usage print to Python 3 function syntax
   - keep the existing usage text and exit behavior unchanged
   
   ## Verification
   - `py_compile.compile('tools/bitmap_converter.py', doraise=True)` succeeds
   - `python tools/bitmap_converter.py` prints the usage message and exits with 
code `1`
   - `git diff --check`
   - `git ls-files --eol tools/bitmap_converter.py`
   
   I also checked for open duplicate PRs/issues mentioning 
`bitmap_converter.py`, `Missing parentheses`, `Python 3`, and `print`, and 
found no matches.
   
   The `py_compile` check created `tools/__pycache__`; I removed that generated 
directory before committing.
   


-- 
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