DaanHoogland commented on a change in pull request #4030:
URL: https://github.com/apache/cloudstack/pull/4030#discussion_r466194209
##########
File path: tools/apidoc/gen_toc.py
##########
@@ -245,10 +245,10 @@ def choose_category(fn):
def xml_for(command):
name = command['name']
- async = command['async'] and ' (A)' or ''
+ asyncmethod = command['async'] and ' (A)' or ''
Review comment:
I think the cygwin specific python is not a good idea in any case `#!
/bin/env python` would be better.
I think this is being taken into account in ther PRs so maybe i should
close, @nvazquez @GabrielBrascher ?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]