Skip to content

Commit 2a67ea3

Browse files
ignore warning that spills over to exten output string
Signed-off-by: Rohit Yadav <[email protected]>
1 parent 6a87de4 commit 2a67ea3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

extensions/HyperV/hyperv.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
# specific language governing permissions and limitations
1717
# under the License.
1818

19+
import warnings
20+
warnings.filterwarnings('ignore')
21+
1922
import json
2023
import sys
2124
import winrm

0 commit comments

Comments
 (0)