refs #887 fix syntax error

unification3
Natalia Serrano 2024-10-08 10:32:42 +02:00
parent 9e3d8be629
commit e39bb7401e
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class CloningEngineWorker (ogLiveWorker):
self.muestraMensaje (7)
try:
res = self.InventariandoSoftware (dsk, par, False, 'InventarioSoftware'): ## Crea inventario Software previamente
res = self.InventariandoSoftware (dsk, par, False, 'InventarioSoftware') ## Crea inventario Software previamente
except:
logger.warning ('Error al ejecutar el comando')
return {}