steffenrost commented on a change in pull request #4535: Handle deleted limits
document for get operation the same way as missing limits document
URL:
https://github.com/apache/incubator-openwhisk/pull/4535#discussion_r299584172
##########
File path: tools/admin/wskadmin
##########
@@ -576,7 +576,7 @@ def getLimitsCmd(args, props):
print('No limits found, default system limits apply')
else:
print('Failed to get limits (%s)' % res.read().strip())
- return 1
+ return 1
Review comment:
I did the change, anything else still missing?
----------------------------------------------------------------
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]
With regards,
Apache Git Services