rohityadavcloud commented on code in PR #11504:
URL: https://github.com/apache/cloudstack/pull/11504#discussion_r2297692001
##########
extensions/HyperV/hyperv.py:
##########
@@ -16,6 +16,9 @@
# specific language governing permissions and limitations
# under the License.
+import warnings
+warnings.filterwarnings('ignore')
Review Comment:
The filter warning removes unnecessary string in stderr which is upsurped by
mgmt server as extension output.
--
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]