diff --git a/coriolis/osmorphing/osmount/windows.py b/coriolis/osmorphing/osmount/windows.py index 66375e6e..cd5cc55d 100644 --- a/coriolis/osmorphing/osmount/windows.py +++ b/coriolis/osmorphing/osmount/windows.py @@ -31,6 +31,7 @@ def get_connection(self): return self._conn def check_os(self): + # Test change try: version_info = self._conn.exec_ps_command( "(get-ciminstance Win32_OperatingSystem).Caption")