Просмотр исходного кода

Merge pull request #149 from aznashwan/windows-osdetect

Merge pull request #148 from aznashwan/task-cancellation-reliability
Nashwan Azhari 5 лет назад
Родитель
Сommit
b821263ed8
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      coriolis/osmorphing/osdetect/windows.py

+ 1 - 0
coriolis/osmorphing/osdetect/windows.py

@@ -103,6 +103,7 @@ class WindowsOSDetectTools(base.BaseOSDetectTools):
             LOG.debug(
                 "Exception during Windows OS detection: %s",
                 utils.get_exception_details())
+            raise
 
         LOG.debug(
             "Successfully identified Windows release as: Version no.: %s; "