Correction erreur de frappe pour le nom de la variable
This commit is contained in:
@ -158,7 +158,7 @@ class GLPIAPI:
|
||||
if(device.OS in windowsOSTranslation.keys()):
|
||||
inventory.SetOperatingSystem(platformName, windowsOSTranslation[str(device.OS)], osArch)
|
||||
else:
|
||||
plaftormName = "Windows Desktop"
|
||||
platformName = "Windows Desktop"
|
||||
inventory.SetOperatingSystem(platformName, device.OS, osArch)
|
||||
else:
|
||||
inventory.SetOperatingSystem(platformName, device.OS, osArch)
|
||||
|
||||
Reference in New Issue
Block a user