jlcontreras commented on a change in pull request #13529: Improve dev_menu
usability, local build and virtualenv
URL: https://github.com/apache/incubator-mxnet/pull/13529#discussion_r239399845
##########
File path: dev_menu.py
##########
@@ -128,6 +151,9 @@ def clip(x, mini, maxi):
@retry((ValueError, RuntimeError), 3, delay_s = 0)
def show_menu(items: List[str], header=None) -> int:
+ print()
+ print('-- MXNet dev menu --')
+ print()
Review comment:
Nit: this would look better to me in a single line
```suggestion
print('\n-- MXNet dev menu --\n')
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services